Html Css Color HEX #580EBA Purple Heart

📋 copy color: '#580EBA'

red 88 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #580EBA

Tints of Purple Heart #580EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.86%

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

R = 30.56%
G = 4.86%
B = 64.58%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#580EBA (or 0x580EBA) is known color: Purple Heart. HEX triplet: 58, 0E and BA. RGB value is (88,14,186). Sum of RGB (Red+Green+Blue) = 88+14+186=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #580EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580EBA is #A7F145. Grayscale: #373737. Windows color (decimal): -11006278 or 12193368. OLE color: 12193368.

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

Color convert

RGB 88 14 186 -
CMYK 0.53 0.92 0 0.27
HSL 265.81º 0.86% 0.39% -
HSV(B) 265.81º 0.92% 0.73% -
XYZ 13.04 5.93 46.91 -
YUV 55.73 201.52 151.01 -
System Red Green Blue C M Y K H S L
Decimal 88 14 186 0.53 0.92 0 0.27 265.81 0.86 0.39
Hex 58 E BA 35 5C 0 1B 10A 56 27
Octal 130 16 272 65 134 0 33 412 126 47
Binary 1011000 1110 10111010 110101 1011100 0 11011 100001010 1010110 100111

Color Harmonies of #580EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580EBA

Black with #580EBA

Text Example


Text Example

White with #580EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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