Html Css Color HEX #581FDA Purple Heart

📋 copy color: '#581FDA'

red 88 ◦ green 31 ◦ blue 218

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

Shades of Purple Heart #581FDA

Tints of Purple Heart #581FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.69%

R = 26.11%
G = 9.2%
B = 64.69%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#581FDA (or 0x581FDA) is known color: Purple Heart. HEX triplet: 58, 1F and DA. RGB value is (88,31,218). Sum of RGB (Red+Green+Blue) = 88+31+218=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #581FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581FDA is #A7E025. Grayscale: #444444. Windows color (decimal): -11001894 or 14294872. OLE color: 14294872.

HSL color Cylindrical-coordinate representation of color #581FDA: hue angle of 258.29º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581FDA is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 31 218 -
CMYK 0.60 0.86 0 0.15
HSL 258.29º 0.75% 0.49% -
HSV(B) 258.29º 0.86% 0.85% -
XYZ 17.17 8.12 66.99 -
YUV 69.36 211.88 141.29 -
System Red Green Blue C M Y K H S L
Decimal 88 31 218 0.60 0.86 0 0.15 258.29 0.75 0.49
Hex 58 1F DA 3C 56 0 F 102 4B 31
Octal 130 37 332 74 126 0 17 402 113 61
Binary 1011000 11111 11011010 111100 1010110 0 1111 100000010 1001011 110001

Color Harmonies of #581FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581FDA

Black with #581FDA

Text Example


Text Example

White with #581FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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