Html Css Color HEX #580ABE Purple Heart

📋 copy color: '#580ABE'

red 88 ◦ green 10 ◦ blue 190

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

Shades of Purple Heart #580ABE

Tints of Purple Heart #580ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.47%

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

R = 30.56%
G = 3.47%
B = 65.97%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#580ABE (or 0x580ABE) is known color: Purple Heart. HEX triplet: 58, 0A and BE. RGB value is (88,10,190). Sum of RGB (Red+Green+Blue) = 88+10+190=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #580ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580ABE is #A7F541. Grayscale: #353535. Windows color (decimal): -11007298 or 12454488. OLE color: 12454488.

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

Color convert

RGB 88 10 190 -
CMYK 0.54 0.95 0 0.25
HSL 266º 0.9% 0.39% -
HSV(B) 266º 0.95% 0.75% -
XYZ 13.43 6.01 49.17 -
YUV 53.84 204.84 152.36 -
System Red Green Blue C M Y K H S L
Decimal 88 10 190 0.54 0.95 0 0.25 266 0.9 0.39
Hex 58 A BE 36 5F 0 19 10A 5A 27
Octal 130 12 276 66 137 0 31 412 132 47
Binary 1011000 1010 10111110 110110 1011111 0 11001 100001010 1011010 100111

Color Harmonies of #580ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580ABE

Black with #580ABE

Text Example


Text Example

White with #580ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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