Html Css Color HEX #5736CC Purple Heart

📋 copy color: '#5736CC'

red 87 ◦ green 54 ◦ blue 204

#5736CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5736CC

Tints of Purple Heart #5736CC

RGB

 RED value IS 87 (34.38% from 255) = 25.22%

 GREEN value IS 54 (21.48% from 255) = 15.65%

 BLUE value IS 204 (80.08% from 255) = 59.13%

R = 25.22%
G = 15.65%
B = 59.13%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5736CC (or 0x5736CC) is known color: Purple Heart. HEX triplet: 57, 36 and CC. RGB value is (87,54,204). Sum of RGB (Red+Green+Blue) = 87+54+204=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #5736CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5736CC is #A8C933. Grayscale: #505050. Windows color (decimal): -11061556 or 13383255. OLE color: 13383255.

HSL color Cylindrical-coordinate representation of color #5736CC: hue angle of 253.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5736CC is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 54 204 -
CMYK 0.57 0.74 0 0.2
HSL 253.2º 0.6% 0.51% -
HSV(B) 253.2º 0.74% 0.8% -
XYZ 16.15 9.02 58.02 -
YUV 80.97 197.43 132.3 -
System Red Green Blue C M Y K H S L
Decimal 87 54 204 0.57 0.74 0 0.2 253.2 0.6 0.51
Hex 57 36 CC 39 4A 0 14 FD 3C 33
Octal 127 66 314 71 112 0 24 375 74 63
Binary 1010111 110110 11001100 111001 1001010 0 10100 11111101 111100 110011

Color Harmonies of #5736CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5736CC

Black with #5736CC

Text Example


Text Example

White with #5736CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5736CC; }

 p { color: rgb(87,54,204); }

 H1.HeaderClassName
 {
   color: #5736CC;
 }
 .AnyTagClassName
 {
   color: #5736CC;
 }
</style>

background-color css

<style>
 a { background-color: #5736CC; }

 a { background-color: rgb(87,54,204); }

 div.DivClassName
 {
   background-color: #5736CC;
 }
 .BgClassName
 {
   background-color: #5736CC;
 }
</style>

border-color css

<style>
 span { border-color: #5736CC; }

 span { border-color: rgb(87,54,204); }

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