Html Css Color HEX #581FD2 Purple Heart

📋 copy color: '#581FD2'

red 88 ◦ green 31 ◦ blue 210

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

Shades of Purple Heart #581FD2

Tints of Purple Heart #581FD2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.42%

 BLUE value IS 210 (82.42% from 255) = 63.83%

R = 26.75%
G = 9.42%
B = 63.83%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#581FD2 (or 0x581FD2) is known color: Purple Heart. HEX triplet: 58, 1F and D2. RGB value is (88,31,210). Sum of RGB (Red+Green+Blue) = 88+31+210=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 210 (82.42% from 255 or 63.83% from 329); Max value from RGB is 210 - color contains mainly: blue. Hex color #581FD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581FD2 is #A7E02D. Grayscale: #434343. Windows color (decimal): -11001902 or 13770584. OLE color: 13770584.

HSL color Cylindrical-coordinate representation of color #581FD2: hue angle of 259.11º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581FD2 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 31 210 -
CMYK 0.58 0.85 0 0.18
HSL 259.11º 0.74% 0.47% -
HSV(B) 259.11º 0.85% 0.82% -
XYZ 16.15 7.71 61.61 -
YUV 68.45 207.88 141.95 -
System Red Green Blue C M Y K H S L
Decimal 88 31 210 0.58 0.85 0 0.18 259.11 0.74 0.47
Hex 58 1F D2 3A 55 0 12 103 4A 2F
Octal 130 37 322 72 125 0 22 403 112 57
Binary 1011000 11111 11010010 111010 1010101 0 10010 100000011 1001010 101111

Color Harmonies of #581FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581FD2

Black with #581FD2

Text Example


Text Example

White with #581FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581FD2; }

 p { color: rgb(88,31,210); }

 H1.HeaderClassName
 {
   color: #581FD2;
 }
 .AnyTagClassName
 {
   color: #581FD2;
 }
</style>

background-color css

<style>
 a { background-color: #581FD2; }

 a { background-color: rgb(88,31,210); }

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

border-color css

<style>
 span { border-color: #581FD2; }

 span { border-color: rgb(88,31,210); }

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