Html Css Color HEX #581CBD Purple Heart

📋 copy color: '#581CBD'

red 88 ◦ green 28 ◦ blue 189

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

Shades of Purple Heart #581CBD

Tints of Purple Heart #581CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.97%

R = 28.85%
G = 9.18%
B = 61.97%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#581CBD (or 0x581CBD) is known color: Purple Heart. HEX triplet: 58, 1C and BD. RGB value is (88,28,189). Sum of RGB (Red+Green+Blue) = 88+28+189=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #581CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CBD is #A7E342. Grayscale: #3F3F3F. Windows color (decimal): -11002691 or 12393560. OLE color: 12393560.

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

Color convert

RGB 88 28 189 -
CMYK 0.53 0.85 0 0.26
HSL 262.36º 0.74% 0.43% -
HSV(B) 262.36º 0.85% 0.74% -
XYZ 13.63 6.58 48.7 -
YUV 64.29 198.38 144.91 -
System Red Green Blue C M Y K H S L
Decimal 88 28 189 0.53 0.85 0 0.26 262.36 0.74 0.43
Hex 58 1C BD 35 55 0 1A 106 4A 2B
Octal 130 34 275 65 125 0 32 406 112 53
Binary 1011000 11100 10111101 110101 1010101 0 11010 100000110 1001010 101011

Color Harmonies of #581CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581CBD

Black with #581CBD

Text Example


Text Example

White with #581CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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