Html Css Color HEX #580CCC Purple Heart

📋 copy color: '#580CCC'

red 88 ◦ green 12 ◦ blue 204

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

Shades of Purple Heart #580CCC

Tints of Purple Heart #580CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.95%

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

R = 28.95%
G = 3.95%
B = 67.11%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#580CCC (or 0x580CCC) is known color: Purple Heart. HEX triplet: 58, 0C and CC. RGB value is (88,12,204). Sum of RGB (Red+Green+Blue) = 88+12+204=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #580CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580CCC is #A7F333. Grayscale: #373737. Windows color (decimal): -11006772 or 13372504. OLE color: 13372504.

HSL color Cylindrical-coordinate representation of color #580CCC: hue angle of 263.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580CCC is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 12 204 -
CMYK 0.57 0.94 0 0.2
HSL 263.75º 0.89% 0.42% -
HSV(B) 263.75º 0.94% 0.8% -
XYZ 15.06 6.7 57.63 -
YUV 56.61 211.18 150.39 -
System Red Green Blue C M Y K H S L
Decimal 88 12 204 0.57 0.94 0 0.2 263.75 0.89 0.42
Hex 58 C CC 39 5E 0 14 108 59 2A
Octal 130 14 314 71 136 0 24 410 131 52
Binary 1011000 1100 11001100 111001 1011110 0 10100 100001000 1011001 101010

Color Harmonies of #580CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CCC

Black with #580CCC

Text Example


Text Example

White with #580CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580CCC; }

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

 H1.HeaderClassName
 {
   color: #580CCC;
 }
 .AnyTagClassName
 {
   color: #580CCC;
 }
</style>

background-color css

<style>
 a { background-color: #580CCC; }

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

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

border-color css

<style>
 span { border-color: #580CCC; }

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

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