Html Css Color HEX #580BBE Purple Heart

📋 copy color: '#580BBE'

red 88 ◦ green 11 ◦ blue 190

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

Shades of Purple Heart #580BBE

Tints of Purple Heart #580BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.74%

R = 30.45%
G = 3.81%
B = 65.74%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#580BBE (or 0x580BBE) is known color: Purple Heart. HEX triplet: 58, 0B and BE. RGB value is (88,11,190). Sum of RGB (Red+Green+Blue) = 88+11+190=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #580BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BBE is #A7F441. Grayscale: #353535. Windows color (decimal): -11007042 or 12454744. OLE color: 12454744.

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

Color convert

RGB 88 11 190 -
CMYK 0.54 0.94 0 0.25
HSL 265.81º 0.89% 0.39% -
HSV(B) 265.81º 0.94% 0.75% -
XYZ 13.44 6.03 49.17 -
YUV 54.43 204.51 151.95 -
System Red Green Blue C M Y K H S L
Decimal 88 11 190 0.54 0.94 0 0.25 265.81 0.89 0.39
Hex 58 B BE 36 5E 0 19 10A 59 27
Octal 130 13 276 66 136 0 31 412 131 47
Binary 1011000 1011 10111110 110110 1011110 0 11001 100001010 1011001 100111

Color Harmonies of #580BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BBE

Black with #580BBE

Text Example


Text Example

White with #580BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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