Html Css Color HEX #5736BE Purple Heart

📋 copy color: '#5736BE'

red 87 ◦ green 54 ◦ blue 190

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

Shades of Purple Heart #5736BE

Tints of Purple Heart #5736BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.4%

R = 26.28%
G = 16.31%
B = 57.4%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5736BE (or 0x5736BE) is known color: Purple Heart. HEX triplet: 57, 36 and BE. RGB value is (87,54,190). Sum of RGB (Red+Green+Blue) = 87+54+190=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #5736BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5736BE is #A8C941. Grayscale: #4E4E4E. Windows color (decimal): -11061570 or 12465751. OLE color: 12465751.

HSL color Cylindrical-coordinate representation of color #5736BE: hue angle of 254.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5736BE is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 54 190 -
CMYK 0.54 0.72 0 0.25
HSL 254.56º 0.56% 0.48% -
HSV(B) 254.56º 0.72% 0.75% -
XYZ 14.54 8.38 49.57 -
YUV 79.37 190.43 133.44 -
System Red Green Blue C M Y K H S L
Decimal 87 54 190 0.54 0.72 0 0.25 254.56 0.56 0.48
Hex 57 36 BE 36 48 0 19 FF 38 30
Octal 127 66 276 66 110 0 31 377 70 60
Binary 1010111 110110 10111110 110110 1001000 0 11001 11111111 111000 110000

Color Harmonies of #5736BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5736BE

Black with #5736BE

Text Example


Text Example

White with #5736BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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