Html Css Color HEX #5736D6 Purple Heart

📋 copy color: '#5736D6'

red 87 ◦ green 54 ◦ blue 214

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

Shades of Purple Heart #5736D6

Tints of Purple Heart #5736D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 60.28%

R = 24.51%
G = 15.21%
B = 60.28%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5736D6 (or 0x5736D6) is known color: Purple Heart. HEX triplet: 57, 36 and D6. RGB value is (87,54,214). Sum of RGB (Red+Green+Blue) = 87+54+214=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 214 (83.98% from 255 or 60.28% from 355); Max value from RGB is 214 - color contains mainly: blue. Hex color #5736D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5736D6 is #A8C929. Grayscale: #515151. Windows color (decimal): -11061546 or 14038615. OLE color: 14038615.

HSL color Cylindrical-coordinate representation of color #5736D6: hue angle of 252.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5736D6 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 54 214 -
CMYK 0.59 0.75 0 0.16
HSL 252.38º 0.66% 0.53% -
HSV(B) 252.38º 0.75% 0.84% -
XYZ 17.39 9.52 64.54 -
YUV 82.11 202.43 131.49 -
System Red Green Blue C M Y K H S L
Decimal 87 54 214 0.59 0.75 0 0.16 252.38 0.66 0.53
Hex 57 36 D6 3B 4B 0 10 FC 42 35
Octal 127 66 326 73 113 0 20 374 102 65
Binary 1010111 110110 11010110 111011 1001011 0 10000 11111100 1000010 110101

Color Harmonies of #5736D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5736D6

Black with #5736D6

Text Example


Text Example

White with #5736D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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