Html Css Color HEX #5732CB Purple Heart

📋 copy color: '#5732CB'

red 87 ◦ green 50 ◦ blue 203

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

Shades of Purple Heart #5732CB

Tints of Purple Heart #5732CB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.71%

 BLUE value IS 203 (79.69% from 255) = 59.71%

R = 25.59%
G = 14.71%
B = 59.71%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5732CB (or 0x5732CB) is known color: Purple Heart. HEX triplet: 57, 32 and CB. RGB value is (87,50,203). Sum of RGB (Red+Green+Blue) = 87+50+203=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #5732CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5732CB is #A8CD34. Grayscale: #4D4D4D. Windows color (decimal): -11062581 or 13316695. OLE color: 13316695.

HSL color Cylindrical-coordinate representation of color #5732CB: hue angle of 254.51º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5732CB is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 50 203 -
CMYK 0.57 0.75 0 0.20
HSL 254.51º 0.6% 0.5% -
HSV(B) 254.51º 0.75% 0.8% -
XYZ 15.85 8.62 57.33 -
YUV 78.51 198.26 134.06 -
System Red Green Blue C M Y K H S L
Decimal 87 50 203 0.57 0.75 0 0.20 254.51 0.6 0.5
Hex 57 32 CB 39 4B 0 14 FF 3C 32
Octal 127 62 313 71 113 0 24 377 74 62
Binary 1010111 110010 11001011 111001 1001011 0 10100 11111111 111100 110010

Color Harmonies of #5732CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5732CB

Black with #5732CB

Text Example


Text Example

White with #5732CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5732CB; }

 p { color: rgb(87,50,203); }

 H1.HeaderClassName
 {
   color: #5732CB;
 }
 .AnyTagClassName
 {
   color: #5732CB;
 }
</style>

background-color css

<style>
 a { background-color: #5732CB; }

 a { background-color: rgb(87,50,203); }

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

border-color css

<style>
 span { border-color: #5732CB; }

 span { border-color: rgb(87,50,203); }

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