Html Css Color HEX #580DB1 Purple Heart

📋 copy color: '#580DB1'

red 88 ◦ green 13 ◦ blue 177

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

Shades of Purple Heart #580DB1

Tints of Purple Heart #580DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 63.67%

R = 31.65%
G = 4.68%
B = 63.67%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#580DB1 (or 0x580DB1) is known color: Purple Heart. HEX triplet: 58, 0D and B1. RGB value is (88,13,177). Sum of RGB (Red+Green+Blue) = 88+13+177=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 177 (69.53% from 255 or 63.67% from 278); Max value from RGB is 177 - color contains mainly: blue. Hex color #580DB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580DB1 is #A7F24E. Grayscale: #353535. Windows color (decimal): -11006543 or 11603288. OLE color: 11603288.

HSL color Cylindrical-coordinate representation of color #580DB1: hue angle of 267.44º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580DB1 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 13 177 -
CMYK 0.50 0.93 0 0.31
HSL 267.44º 0.86% 0.37% -
HSV(B) 267.44º 0.93% 0.69% -
XYZ 12.1 5.54 42.03 -
YUV 54.12 197.35 152.16 -
System Red Green Blue C M Y K H S L
Decimal 88 13 177 0.50 0.93 0 0.31 267.44 0.86 0.37
Hex 58 D B1 32 5D 0 1F 10B 56 25
Octal 130 15 261 62 135 0 37 413 126 45
Binary 1011000 1101 10110001 110010 1011101 0 11111 100001011 1010110 100101

Color Harmonies of #580DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DB1

Black with #580DB1

Text Example


Text Example

White with #580DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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