Html Css Color HEX #580ABA Purple Heart

📋 copy color: '#580ABA'

red 88 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #580ABA

Tints of Purple Heart #580ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.49%

R = 30.99%
G = 3.52%
B = 65.49%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#580ABA (or 0x580ABA) is known color: Purple Heart. HEX triplet: 58, 0A and BA. RGB value is (88,10,186). Sum of RGB (Red+Green+Blue) = 88+10+186=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #580ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580ABA is #A7F545. Grayscale: #343434. Windows color (decimal): -11007302 or 12192344. OLE color: 12192344.

HSL color Cylindrical-coordinate representation of color #580ABA: hue angle of 266.59º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580ABA is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 10 186 -
CMYK 0.53 0.95 0 0.27
HSL 266.59º 0.9% 0.38% -
HSV(B) 266.59º 0.95% 0.73% -
XYZ 13 5.84 46.9 -
YUV 53.39 202.84 152.69 -
System Red Green Blue C M Y K H S L
Decimal 88 10 186 0.53 0.95 0 0.27 266.59 0.9 0.38
Hex 58 A BA 35 5F 0 1B 10B 5A 26
Octal 130 12 272 65 137 0 33 413 132 46
Binary 1011000 1010 10111010 110101 1011111 0 11011 100001011 1011010 100110

Color Harmonies of #580ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580ABA

Black with #580ABA

Text Example


Text Example

White with #580ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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