Html Css Color HEX #5806CB Purple Heart

📋 copy color: '#5806CB'

red 88 ◦ green 6 ◦ blue 203

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

Shades of Purple Heart #5806CB

Tints of Purple Heart #5806CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.02%

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

R = 29.63%
G = 2.02%
B = 68.35%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5806CB (or 0x5806CB) is known color: Purple Heart. HEX triplet: 58, 06 and CB. RGB value is (88,6,203). Sum of RGB (Red+Green+Blue) = 88+6+203=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #5806CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5806CB is #A7F934. Grayscale: #343434. Windows color (decimal): -11008309 or 13305432. OLE color: 13305432.

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

Color convert

RGB 88 6 203 -
CMYK 0.57 0.97 0 0.20
HSL 264.97º 0.94% 0.41% -
HSV(B) 264.97º 0.97% 0.8% -
XYZ 14.87 6.52 56.97 -
YUV 52.98 212.67 152.98 -
System Red Green Blue C M Y K H S L
Decimal 88 6 203 0.57 0.97 0 0.20 264.97 0.94 0.41
Hex 58 6 CB 39 61 0 14 109 5E 29
Octal 130 6 313 71 141 0 24 411 136 51
Binary 1011000 110 11001011 111001 1100001 0 10100 100001001 1011110 101001

Color Harmonies of #5806CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5806CB

Black with #5806CB

Text Example


Text Example

White with #5806CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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