Html Css Color HEX #581DCA Purple Heart

📋 copy color: '#581DCA'

red 88 ◦ green 29 ◦ blue 202

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

Shades of Purple Heart #581DCA

Tints of Purple Heart #581DCA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

 BLUE value IS 202 (79.3% from 255) = 63.32%

R = 27.59%
G = 9.09%
B = 63.32%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#581DCA (or 0x581DCA) is known color: Purple Heart. HEX triplet: 58, 1D and CA. RGB value is (88,29,202). Sum of RGB (Red+Green+Blue) = 88+29+202=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #581DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581DCA is #A7E235. Grayscale: #414141. Windows color (decimal): -11002422 or 13245784. OLE color: 13245784.

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

Color convert

RGB 88 29 202 -
CMYK 0.56 0.86 0 0.21
HSL 260.46º 0.75% 0.45% -
HSV(B) 260.46º 0.86% 0.79% -
XYZ 15.12 7.22 56.47 -
YUV 66.36 204.55 143.43 -
System Red Green Blue C M Y K H S L
Decimal 88 29 202 0.56 0.86 0 0.21 260.46 0.75 0.45
Hex 58 1D CA 38 56 0 15 104 4B 2D
Octal 130 35 312 70 126 0 25 404 113 55
Binary 1011000 11101 11001010 111000 1010110 0 10101 100000100 1001011 101101

Color Harmonies of #581DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581DCA

Black with #581DCA

Text Example


Text Example

White with #581DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,29,202); }

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

background-color css

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

 a { background-color: rgb(88,29,202); }

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

border-color css

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

 span { border-color: rgb(88,29,202); }

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