Html Css Color HEX #581CAF Purple Heart

📋 copy color: '#581CAF'

red 88 ◦ green 28 ◦ blue 175

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

Shades of Purple Heart #581CAF

Tints of Purple Heart #581CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.14%

R = 30.24%
G = 9.62%
B = 60.14%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#581CAF (or 0x581CAF) is known color: Purple Heart. HEX triplet: 58, 1C and AF. RGB value is (88,28,175). Sum of RGB (Red+Green+Blue) = 88+28+175=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #581CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581CAF is #A7E350. Grayscale: #3E3E3E. Windows color (decimal): -11002705 or 11476056. OLE color: 11476056.

HSL color Cylindrical-coordinate representation of color #581CAF: hue angle of 264.49º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581CAF is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 28 175 -
CMYK 0.50 0.84 0 0.31
HSL 264.49º 0.72% 0.4% -
HSV(B) 264.49º 0.84% 0.69% -
XYZ 12.18 6 41.07 -
YUV 62.7 191.38 146.05 -
System Red Green Blue C M Y K H S L
Decimal 88 28 175 0.50 0.84 0 0.31 264.49 0.72 0.4
Hex 58 1C AF 32 54 0 1F 108 48 28
Octal 130 34 257 62 124 0 37 410 110 50
Binary 1011000 11100 10101111 110010 1010100 0 11111 100001000 1001000 101000

Color Harmonies of #581CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581CAF

Black with #581CAF

Text Example


Text Example

White with #581CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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