Html Css Color HEX #582CCD Purple Heart

📋 copy color: '#582CCD'

red 88 ◦ green 44 ◦ blue 205

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

Shades of Purple Heart #582CCD

Tints of Purple Heart #582CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.06%

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

R = 26.11%
G = 13.06%
B = 60.83%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#582CCD (or 0x582CCD) is known color: Purple Heart. HEX triplet: 58, 2C and CD. RGB value is (88,44,205). Sum of RGB (Red+Green+Blue) = 88+44+205=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #582CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CCD is #A7D332. Grayscale: #4A4A4A. Windows color (decimal): -10998579 or 13446232. OLE color: 13446232.

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

Color convert

RGB 88 44 205 -
CMYK 0.57 0.79 0 0.20
HSL 256.4º 0.65% 0.49% -
HSV(B) 256.4º 0.79% 0.8% -
XYZ 15.94 8.28 58.52 -
YUV 75.51 201.08 136.91 -
System Red Green Blue C M Y K H S L
Decimal 88 44 205 0.57 0.79 0 0.20 256.4 0.65 0.49
Hex 58 2C CD 39 4F 0 14 100 41 31
Octal 130 54 315 71 117 0 24 400 101 61
Binary 1011000 101100 11001101 111001 1001111 0 10100 100000000 1000001 110001

Color Harmonies of #582CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CCD

Black with #582CCD

Text Example


Text Example

White with #582CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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