Html Css Color HEX #581CAC Purple Heart

📋 copy color: '#581CAC'

red 88 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #581CAC

Tints of Purple Heart #581CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.72%

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 30.56%
G = 9.72%
B = 59.72%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#581CAC (or 0x581CAC) is known color: Purple Heart. HEX triplet: 58, 1C and AC. RGB value is (88,28,172). Sum of RGB (Red+Green+Blue) = 88+28+172=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #581CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581CAC is #A7E353. Grayscale: #3D3D3D. Windows color (decimal): -11002708 or 11279448. OLE color: 11279448.

HSL color Cylindrical-coordinate representation of color #581CAC: hue angle of 265º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581CAC is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 28 172 -
CMYK 0.49 0.84 0 0.33
HSL 265º 0.72% 0.39% -
HSV(B) 265º 0.84% 0.67% -
XYZ 11.89 5.88 39.54 -
YUV 62.36 189.88 146.29 -
System Red Green Blue C M Y K H S L
Decimal 88 28 172 0.49 0.84 0 0.33 265 0.72 0.39
Hex 58 1C AC 31 54 0 21 109 48 27
Octal 130 34 254 61 124 0 41 411 110 47
Binary 1011000 11100 10101100 110001 1010100 0 100001 100001001 1001000 100111

Color Harmonies of #581CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581CAC

Black with #581CAC

Text Example


Text Example

White with #581CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,28,172); }

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

background-color css

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

 a { background-color: rgb(88,28,172); }

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

border-color css

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

 span { border-color: rgb(88,28,172); }

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