#5C35BD

Color #5C35BD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5C35BD

Tints of Purple Heart #5C35BD

Color information

#5C35BD (or 0x5C35BD) is unknown color: approx Purple Heart. HEX triplet: 5C, 35 and BD. RGB value is (92,53,189). Sum of RGB (Red+Green+Blue) = 92+53+189=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C35BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C35BD is #A3CA42. Grayscale: #4F4F4F. Windows color (decimal): -10734147 or 12399964. OLE color: 12399964.

HSL color Cylindrical-coordinate representation of color #5C35BD: hue angle of 257.21º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C35BD is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9253189-
CMYK0.510.7200.26
HSL257.21º56.2%47.45%-
HSV(B)257.21º71.96%74.12%-
XYZ14.878.549-
YUV80.16189.42136.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 27.54%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 189 (74.22% from 255) = 56.59%
R=27.54%
G=15.87%
B=56.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92531890.510.7200.26257.2156.247.45
Hex5C35BD334801A101382f
Octal13465275631100324017057
Binary1011100110101101111011100111001000011010100000001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C35BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C35BD; }

 p { color: rgb(92,53,189); }

 H1.HeaderClassName
 {
   color: #5C35BD;
 }
 .AnyTagClassName
 {
   color: #5C35BD;
 }
</style>
background-color css

<style>
 a { background-color: #5C35BD; }

 a { background-color: rgb(92,53,189); }

 div.DivClassName
 {
   background-color: #5C35BD;
 }
 .BgClassName
 {
   background-color: #5C35BD;
 }
</style>
border-color css

<style>
 span { border-color: #5C35BD; }

 span { border-color: rgb(92,53,189); }

 td.TdClassName
 {
   border-color: #5C35BD;
 }
 .TagClassName
 {
   border-color: #5C35BD;
 }
</style>