Html Css Color HEX #581CCD Purple Heart

📋 copy color: '#581CCD'

red 88 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #581CCD

Tints of Purple Heart #581CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 27.41%
G = 8.72%
B = 63.86%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#581CCD (or 0x581CCD) is known color: Purple Heart. HEX triplet: 58, 1C and CD. RGB value is (88,28,205). Sum of RGB (Red+Green+Blue) = 88+28+205=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #581CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CCD is #A7E332. Grayscale: #414141. Windows color (decimal): -11002675 or 13442136. OLE color: 13442136.

HSL color Cylindrical-coordinate representation of color #581CCD: hue angle of 260.34º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581CCD is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 28 205 -
CMYK 0.57 0.86 0 0.20
HSL 260.34º 0.76% 0.46% -
HSV(B) 260.34º 0.86% 0.8% -
XYZ 15.46 7.31 58.35 -
YUV 66.12 206.38 143.61 -
System Red Green Blue C M Y K H S L
Decimal 88 28 205 0.57 0.86 0 0.20 260.34 0.76 0.46
Hex 58 1C CD 39 56 0 14 104 4C 2E
Octal 130 34 315 71 126 0 24 404 114 56
Binary 1011000 11100 11001101 111001 1010110 0 10100 100000100 1001100 101110

Color Harmonies of #581CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581CCD

Black with #581CCD

Text Example


Text Example

White with #581CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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