Html Css Color HEX #5832CB Purple Heart

📋 copy color: '#5832CB'

red 88 ◦ green 50 ◦ blue 203

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

Shades of Purple Heart #5832CB

Tints of Purple Heart #5832CB

RGB

 RED value IS 88 (34.77% from 255) = 25.81%

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

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

R = 25.81%
G = 14.66%
B = 59.53%

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

#5832CB (or 0x5832CB) is known color: Purple Heart. HEX triplet: 58, 32 and CB. RGB value is (88,50,203). Sum of RGB (Red+Green+Blue) = 88+50+203=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #5832CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5832CB is #A7CD34. Grayscale: #4E4E4E. Windows color (decimal): -10997045 or 13316696. OLE color: 13316696.

HSL color Cylindrical-coordinate representation of color #5832CB: hue angle of 254.9º 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 #5832CB is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 50 203 -
CMYK 0.57 0.75 0 0.20
HSL 254.9º 0.6% 0.5% -
HSV(B) 254.9º 0.75% 0.8% -
XYZ 15.94 8.67 57.33 -
YUV 78.8 198.09 134.56 -
System Red Green Blue C M Y K H S L
Decimal 88 50 203 0.57 0.75 0 0.20 254.9 0.6 0.5
Hex 58 32 CB 39 4B 0 14 FF 3C 32
Octal 130 62 313 71 113 0 24 377 74 62
Binary 1011000 110010 11001011 111001 1001011 0 10100 11111111 111100 110010

Color Harmonies of #5832CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5832CB

Black with #5832CB

Text Example


Text Example

White with #5832CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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