Html Css Color HEX #581EB2 Purple Heart

📋 copy color: '#581EB2'

red 88 ◦ green 30 ◦ blue 178

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

Shades of Purple Heart #581EB2

Tints of Purple Heart #581EB2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.14%

 BLUE value IS 178 (69.92% from 255) = 60.14%

R = 29.73%
G = 10.14%
B = 60.14%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#581EB2 (or 0x581EB2) is known color: Purple Heart. HEX triplet: 58, 1E and B2. RGB value is (88,30,178). Sum of RGB (Red+Green+Blue) = 88+30+178=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #581EB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581EB2 is #A7E14D. Grayscale: #3F3F3F. Windows color (decimal): -11002190 or 11673176. OLE color: 11673176.

HSL color Cylindrical-coordinate representation of color #581EB2: hue angle of 263.51º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581EB2 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 88 30 178 -
CMYK 0.51 0.83 0 0.30
HSL 263.51º 0.71% 0.41% -
HSV(B) 263.51º 0.83% 0.7% -
XYZ 12.52 6.22 42.66 -
YUV 64.21 192.22 144.97 -
System Red Green Blue C M Y K H S L
Decimal 88 30 178 0.51 0.83 0 0.30 263.51 0.71 0.41
Hex 58 1E B2 33 53 0 1E 108 47 29
Octal 130 36 262 63 123 0 36 410 107 51
Binary 1011000 11110 10110010 110011 1010011 0 11110 100001000 1000111 101001

Color Harmonies of #581EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581EB2

Black with #581EB2

Text Example


Text Example

White with #581EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,30,178); }

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

background-color css

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

 a { background-color: rgb(88,30,178); }

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

border-color css

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

 span { border-color: rgb(88,30,178); }

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