Html Css Color HEX #581ABC Purple Heart

📋 copy color: '#581ABC'

red 88 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #581ABC

Tints of Purple Heart #581ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.61%

 BLUE value IS 188 (73.83% from 255) = 62.25%

R = 29.14%
G = 8.61%
B = 62.25%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#581ABC (or 0x581ABC) is known color: Purple Heart. HEX triplet: 58, 1A and BC. RGB value is (88,26,188). Sum of RGB (Red+Green+Blue) = 88+26+188=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #581ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581ABC is #A7E543. Grayscale: #3E3E3E. Windows color (decimal): -11003204 or 12327512. OLE color: 12327512.

HSL color Cylindrical-coordinate representation of color #581ABC: hue angle of 262.96º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581ABC is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 26 188 -
CMYK 0.53 0.86 0 0.26
HSL 262.96º 0.76% 0.42% -
HSV(B) 262.96º 0.86% 0.74% -
XYZ 13.47 6.44 48.11 -
YUV 63.01 198.54 145.83 -
System Red Green Blue C M Y K H S L
Decimal 88 26 188 0.53 0.86 0 0.26 262.96 0.76 0.42
Hex 58 1A BC 35 56 0 1A 107 4C 2A
Octal 130 32 274 65 126 0 32 407 114 52
Binary 1011000 11010 10111100 110101 1010110 0 11010 100000111 1001100 101010

Color Harmonies of #581ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581ABC

Black with #581ABC

Text Example


Text Example

White with #581ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,26,188); }

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

background-color css

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

 a { background-color: rgb(88,26,188); }

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

border-color css

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

 span { border-color: rgb(88,26,188); }

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