Html Css Color HEX #580BBD Purple Heart

📋 copy color: '#580BBD'

red 88 ◦ green 11 ◦ blue 189

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

Shades of Purple Heart #580BBD

Tints of Purple Heart #580BBD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.82%

 BLUE value IS 189 (74.22% from 255) = 65.63%

R = 30.56%
G = 3.82%
B = 65.63%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#580BBD (or 0x580BBD) is known color: Purple Heart. HEX triplet: 58, 0B and BD. RGB value is (88,11,189). Sum of RGB (Red+Green+Blue) = 88+11+189=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #580BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BBD is #A7F442. Grayscale: #353535. Windows color (decimal): -11007043 or 12389208. OLE color: 12389208.

HSL color Cylindrical-coordinate representation of color #580BBD: hue angle of 265.96º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580BBD is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 11 189 -
CMYK 0.53 0.94 0 0.26
HSL 265.96º 0.89% 0.39% -
HSV(B) 265.96º 0.94% 0.74% -
XYZ 13.33 5.99 48.6 -
YUV 54.32 204.01 152.03 -
System Red Green Blue C M Y K H S L
Decimal 88 11 189 0.53 0.94 0 0.26 265.96 0.89 0.39
Hex 58 B BD 35 5E 0 1A 10A 59 27
Octal 130 13 275 65 136 0 32 412 131 47
Binary 1011000 1011 10111101 110101 1011110 0 11010 100001010 1011001 100111

Color Harmonies of #580BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BBD

Black with #580BBD

Text Example


Text Example

White with #580BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,11,189); }

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

background-color css

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

 a { background-color: rgb(88,11,189); }

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

border-color css

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

 span { border-color: rgb(88,11,189); }

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