Html Css Color HEX #580CAD Purple Heart

📋 copy color: '#580CAD'

red 88 ◦ green 12 ◦ blue 173

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

Shades of Purple Heart #580CAD

Tints of Purple Heart #580CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 63.37%

R = 32.23%
G = 4.4%
B = 63.37%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#580CAD (or 0x580CAD) is known color: Purple Heart. HEX triplet: 58, 0C and AD. RGB value is (88,12,173). Sum of RGB (Red+Green+Blue) = 88+12+173=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #580CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580CAD is #A7F352. Grayscale: #343434. Windows color (decimal): -11006803 or 11340888. OLE color: 11340888.

HSL color Cylindrical-coordinate representation of color #580CAD: hue angle of 268.32º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580CAD is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 12 173 -
CMYK 0.49 0.93 0 0.32
HSL 268.32º 0.87% 0.36% -
HSV(B) 268.32º 0.93% 0.68% -
XYZ 11.7 5.35 39.95 -
YUV 53.08 195.68 152.91 -
System Red Green Blue C M Y K H S L
Decimal 88 12 173 0.49 0.93 0 0.32 268.32 0.87 0.36
Hex 58 C AD 31 5D 0 20 10C 57 24
Octal 130 14 255 61 135 0 40 414 127 44
Binary 1011000 1100 10101101 110001 1011101 0 100000 100001100 1010111 100100

Color Harmonies of #580CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CAD

Black with #580CAD

Text Example


Text Example

White with #580CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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