Html Css Color HEX #580FCC Purple Heart

📋 copy color: '#580FCC'

red 88 ◦ green 15 ◦ blue 204

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

Shades of Purple Heart #580FCC

Tints of Purple Heart #580FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.89%

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

R = 28.66%
G = 4.89%
B = 66.45%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#580FCC (or 0x580FCC) is known color: Purple Heart. HEX triplet: 58, 0F and CC. RGB value is (88,15,204). Sum of RGB (Red+Green+Blue) = 88+15+204=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #580FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580FCC is #A7F033. Grayscale: #393939. Windows color (decimal): -11006004 or 13373272. OLE color: 13373272.

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

Color convert

RGB 88 15 204 -
CMYK 0.57 0.93 0 0.2
HSL 263.17º 0.86% 0.43% -
HSV(B) 263.17º 0.93% 0.8% -
XYZ 15.09 6.78 57.64 -
YUV 58.37 210.18 149.13 -
System Red Green Blue C M Y K H S L
Decimal 88 15 204 0.57 0.93 0 0.2 263.17 0.86 0.43
Hex 58 F CC 39 5D 0 14 107 56 2B
Octal 130 17 314 71 135 0 24 407 126 53
Binary 1011000 1111 11001100 111001 1011101 0 10100 100000111 1010110 101011

Color Harmonies of #580FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580FCC

Black with #580FCC

Text Example


Text Example

White with #580FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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