Html Css Color HEX #581BC9 Purple Heart

📋 copy color: '#581BC9'

red 88 ◦ green 27 ◦ blue 201

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

Shades of Purple Heart #581BC9

Tints of Purple Heart #581BC9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.54%

 BLUE value IS 201 (78.91% from 255) = 63.61%

R = 27.85%
G = 8.54%
B = 63.61%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#581BC9 (or 0x581BC9) is known color: Purple Heart. HEX triplet: 58, 1B and C9. RGB value is (88,27,201). Sum of RGB (Red+Green+Blue) = 88+27+201=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #581BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581BC9 is #A7E436. Grayscale: #404040. Windows color (decimal): -11002935 or 13179736. OLE color: 13179736.

HSL color Cylindrical-coordinate representation of color #581BC9: hue angle of 261.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581BC9 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 27 201 -
CMYK 0.56 0.87 0 0.21
HSL 261.03º 0.76% 0.45% -
HSV(B) 261.03º 0.87% 0.79% -
XYZ 14.96 7.08 55.84 -
YUV 65.08 204.71 144.35 -
System Red Green Blue C M Y K H S L
Decimal 88 27 201 0.56 0.87 0 0.21 261.03 0.76 0.45
Hex 58 1B C9 38 57 0 15 105 4C 2D
Octal 130 33 311 70 127 0 25 405 114 55
Binary 1011000 11011 11001001 111000 1010111 0 10101 100000101 1001100 101101

Color Harmonies of #581BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581BC9

Black with #581BC9

Text Example


Text Example

White with #581BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,27,201); }

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

background-color css

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

 a { background-color: rgb(88,27,201); }

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

border-color css

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

 span { border-color: rgb(88,27,201); }

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