Html Css Color HEX #5805C0 Purple Heart

📋 copy color: '#5805C0'

red 88 ◦ green 5 ◦ blue 192

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

Shades of Purple Heart #5805C0

Tints of Purple Heart #5805C0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 192 (75.39% from 255) = 67.37%

R = 30.88%
G = 1.75%
B = 67.37%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5805C0 (or 0x5805C0) is known color: Purple Heart. HEX triplet: 58, 05 and C0. RGB value is (88,5,192). Sum of RGB (Red+Green+Blue) = 88+5+192=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 192 (75.39% from 255 or 67.37% from 285); Max value from RGB is 192 - color contains mainly: blue. Hex color #5805C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5805C0 is #A7FA3F. Grayscale: #323232. Windows color (decimal): -11008576 or 12584280. OLE color: 12584280.

HSL color Cylindrical-coordinate representation of color #5805C0: hue angle of 266.63º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5805C0 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 5 192 -
CMYK 0.54 0.97 0 0.25
HSL 266.63º 0.95% 0.39% -
HSV(B) 266.63º 0.97% 0.75% -
XYZ 13.59 5.99 50.31 -
YUV 51.14 207.5 154.29 -
System Red Green Blue C M Y K H S L
Decimal 88 5 192 0.54 0.97 0 0.25 266.63 0.95 0.39
Hex 58 5 C0 36 61 0 19 10B 5F 27
Octal 130 5 300 66 141 0 31 413 137 47
Binary 1011000 101 11000000 110110 1100001 0 11001 100001011 1011111 100111

Color Harmonies of #5805C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5805C0

Black with #5805C0

Text Example


Text Example

White with #5805C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5805C0; }

 p { color: rgb(88,5,192); }

 H1.HeaderClassName
 {
   color: #5805C0;
 }
 .AnyTagClassName
 {
   color: #5805C0;
 }
</style>

background-color css

<style>
 a { background-color: #5805C0; }

 a { background-color: rgb(88,5,192); }

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

border-color css

<style>
 span { border-color: #5805C0; }

 span { border-color: rgb(88,5,192); }

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