Html Css Color HEX #580DD5 Purple Heart

📋 copy color: '#580DD5'

red 88 ◦ green 13 ◦ blue 213

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

Shades of Purple Heart #580DD5

Tints of Purple Heart #580DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 67.83%

R = 28.03%
G = 4.14%
B = 67.83%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#580DD5 (or 0x580DD5) is known color: Purple Heart. HEX triplet: 58, 0D and D5. RGB value is (88,13,213). Sum of RGB (Red+Green+Blue) = 88+13+213=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 213 (83.59% from 255 or 67.83% from 314); Max value from RGB is 213 - color contains mainly: blue. Hex color #580DD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580DD5 is #A7F22A. Grayscale: #393939. Windows color (decimal): -11006507 or 13962584. OLE color: 13962584.

HSL color Cylindrical-coordinate representation of color #580DD5: hue angle of 262.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580DD5 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 13 213 -
CMYK 0.59 0.94 0 0.16
HSL 262.5º 0.88% 0.44% -
HSV(B) 262.5º 0.94% 0.84% -
XYZ 16.18 7.17 63.48 -
YUV 58.23 215.35 149.24 -
System Red Green Blue C M Y K H S L
Decimal 88 13 213 0.59 0.94 0 0.16 262.5 0.88 0.44
Hex 58 D D5 3B 5E 0 10 106 58 2C
Octal 130 15 325 73 136 0 20 406 130 54
Binary 1011000 1101 11010101 111011 1011110 0 10000 100000110 1011000 101100

Color Harmonies of #580DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DD5

Black with #580DD5

Text Example


Text Example

White with #580DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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