Html Css Color HEX #581CC6 Purple Heart

📋 copy color: '#581CC6'

red 88 ◦ green 28 ◦ blue 198

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

Shades of Purple Heart #581CC6

Tints of Purple Heart #581CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.06%

R = 28.03%
G = 8.92%
B = 63.06%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#581CC6 (or 0x581CC6) is known color: Purple Heart. HEX triplet: 58, 1C and C6. RGB value is (88,28,198). Sum of RGB (Red+Green+Blue) = 88+28+198=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 198 (77.73% from 255 or 63.06% from 314); Max value from RGB is 198 - color contains mainly: blue. Hex color #581CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CC6 is #A7E339. Grayscale: #404040. Windows color (decimal): -11002682 or 12983384. OLE color: 12983384.

HSL color Cylindrical-coordinate representation of color #581CC6: hue angle of 261.18º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581CC6 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 88 28 198 -
CMYK 0.56 0.86 0 0.22
HSL 261.18º 0.75% 0.44% -
HSV(B) 261.18º 0.86% 0.78% -
XYZ 14.63 6.98 54 -
YUV 65.32 202.88 144.18 -
System Red Green Blue C M Y K H S L
Decimal 88 28 198 0.56 0.86 0 0.22 261.18 0.75 0.44
Hex 58 1C C6 38 56 0 16 105 4B 2C
Octal 130 34 306 70 126 0 26 405 113 54
Binary 1011000 11100 11000110 111000 1010110 0 10110 100000101 1001011 101100

Color Harmonies of #581CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581CC6

Black with #581CC6

Text Example


Text Example

White with #581CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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