Html Css Color HEX #5736BD Purple Heart

📋 copy color: '#5736BD'

red 87 ◦ green 54 ◦ blue 189

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

Shades of Purple Heart #5736BD

Tints of Purple Heart #5736BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.27%

R = 26.36%
G = 16.36%
B = 57.27%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5736BD (or 0x5736BD) is known color: Purple Heart. HEX triplet: 57, 36 and BD. RGB value is (87,54,189). Sum of RGB (Red+Green+Blue) = 87+54+189=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #5736BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5736BD is #A8C942. Grayscale: #4E4E4E. Windows color (decimal): -11061571 or 12400215. OLE color: 12400215.

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

Color convert

RGB 87 54 189 -
CMYK 0.54 0.71 0 0.26
HSL 254.67º 0.56% 0.48% -
HSV(B) 254.67º 0.71% 0.74% -
XYZ 14.43 8.34 48.99 -
YUV 79.26 189.93 133.52 -
System Red Green Blue C M Y K H S L
Decimal 87 54 189 0.54 0.71 0 0.26 254.67 0.56 0.48
Hex 57 36 BD 36 47 0 1A FF 38 30
Octal 127 66 275 66 107 0 32 377 70 60
Binary 1010111 110110 10111101 110110 1000111 0 11010 11111111 111000 110000

Color Harmonies of #5736BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5736BD

Black with #5736BD

Text Example


Text Example

White with #5736BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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