Html Css Color HEX #5836CC Purple Heart

📋 copy color: '#5836CC'

red 88 ◦ green 54 ◦ blue 204

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

Shades of Purple Heart #5836CC

Tints of Purple Heart #5836CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.96%

R = 25.43%
G = 15.61%
B = 58.96%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5836CC (or 0x5836CC) is known color: Purple Heart. HEX triplet: 58, 36 and CC. RGB value is (88,54,204). Sum of RGB (Red+Green+Blue) = 88+54+204=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #5836CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5836CC is #A7C933. Grayscale: #505050. Windows color (decimal): -10996020 or 13383256. OLE color: 13383256.

HSL color Cylindrical-coordinate representation of color #5836CC: hue angle of 253.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5836CC is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 54 204 -
CMYK 0.57 0.74 0 0.2
HSL 253.6º 0.6% 0.51% -
HSV(B) 253.6º 0.74% 0.8% -
XYZ 16.24 9.07 58.02 -
YUV 81.27 197.26 132.8 -
System Red Green Blue C M Y K H S L
Decimal 88 54 204 0.57 0.74 0 0.2 253.6 0.6 0.51
Hex 58 36 CC 39 4A 0 14 FE 3C 33
Octal 130 66 314 71 112 0 24 376 74 63
Binary 1011000 110110 11001100 111001 1001010 0 10100 11111110 111100 110011

Color Harmonies of #5836CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5836CC

Black with #5836CC

Text Example


Text Example

White with #5836CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5836CC; }

 p { color: rgb(88,54,204); }

 H1.HeaderClassName
 {
   color: #5836CC;
 }
 .AnyTagClassName
 {
   color: #5836CC;
 }
</style>

background-color css

<style>
 a { background-color: #5836CC; }

 a { background-color: rgb(88,54,204); }

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

border-color css

<style>
 span { border-color: #5836CC; }

 span { border-color: rgb(88,54,204); }

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