Html Css Color HEX #580CB9 Purple Heart

📋 copy color: '#580CB9'

red 88 ◦ green 12 ◦ blue 185

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

Shades of Purple Heart #580CB9

Tints of Purple Heart #580CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 64.91%

R = 30.88%
G = 4.21%
B = 64.91%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#580CB9 (or 0x580CB9) is known color: Purple Heart. HEX triplet: 58, 0C and B9. RGB value is (88,12,185). Sum of RGB (Red+Green+Blue) = 88+12+185=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 185 (72.66% from 255 or 64.91% from 285); Max value from RGB is 185 - color contains mainly: blue. Hex color #580CB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580CB9 is #A7F346. Grayscale: #353535. Windows color (decimal): -11006791 or 12127320. OLE color: 12127320.

HSL color Cylindrical-coordinate representation of color #580CB9: hue angle of 266.36º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580CB9 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 12 185 -
CMYK 0.52 0.94 0 0.27
HSL 266.36º 0.88% 0.39% -
HSV(B) 266.36º 0.94% 0.73% -
XYZ 12.91 5.84 46.35 -
YUV 54.45 201.68 151.93 -
System Red Green Blue C M Y K H S L
Decimal 88 12 185 0.52 0.94 0 0.27 266.36 0.88 0.39
Hex 58 C B9 34 5E 0 1B 10A 58 27
Octal 130 14 271 64 136 0 33 412 130 47
Binary 1011000 1100 10111001 110100 1011110 0 11011 100001010 1011000 100111

Color Harmonies of #580CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CB9

Black with #580CB9

Text Example


Text Example

White with #580CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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