Html Css Color HEX #580DBA Purple Heart

📋 copy color: '#580DBA'

red 88 ◦ green 13 ◦ blue 186

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

Shades of Purple Heart #580DBA

Tints of Purple Heart #580DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.53%

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

R = 30.66%
G = 4.53%
B = 64.81%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#580DBA (or 0x580DBA) is known color: Purple Heart. HEX triplet: 58, 0D and BA. RGB value is (88,13,186). Sum of RGB (Red+Green+Blue) = 88+13+186=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #580DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580DBA is #A7F245. Grayscale: #363636. Windows color (decimal): -11006534 or 12193112. OLE color: 12193112.

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

Color convert

RGB 88 13 186 -
CMYK 0.53 0.93 0 0.27
HSL 266.01º 0.87% 0.39% -
HSV(B) 266.01º 0.93% 0.73% -
XYZ 13.03 5.91 46.91 -
YUV 55.15 201.85 151.43 -
System Red Green Blue C M Y K H S L
Decimal 88 13 186 0.53 0.93 0 0.27 266.01 0.87 0.39
Hex 58 D BA 35 5D 0 1B 10A 57 27
Octal 130 15 272 65 135 0 33 412 127 47
Binary 1011000 1101 10111010 110101 1011101 0 11011 100001010 1010111 100111

Color Harmonies of #580DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DBA

Black with #580DBA

Text Example


Text Example

White with #580DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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