Html Css Color HEX #582DCD Purple Heart

📋 copy color: '#582DCD'

red 88 ◦ green 45 ◦ blue 205

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

Shades of Purple Heart #582DCD

Tints of Purple Heart #582DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.31%

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

R = 26.04%
G = 13.31%
B = 60.65%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#582DCD (or 0x582DCD) is known color: Purple Heart. HEX triplet: 58, 2D and CD. RGB value is (88,45,205). Sum of RGB (Red+Green+Blue) = 88+45+205=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #582DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582DCD is #A7D232. Grayscale: #4B4B4B. Windows color (decimal): -10998323 or 13446488. OLE color: 13446488.

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

Color convert

RGB 88 45 205 -
CMYK 0.57 0.78 0 0.20
HSL 256.13º 0.64% 0.49% -
HSV(B) 256.13º 0.78% 0.8% -
XYZ 15.98 8.36 58.53 -
YUV 76.1 200.75 136.49 -
System Red Green Blue C M Y K H S L
Decimal 88 45 205 0.57 0.78 0 0.20 256.13 0.64 0.49
Hex 58 2D CD 39 4E 0 14 100 40 31
Octal 130 55 315 71 116 0 24 400 100 61
Binary 1011000 101101 11001101 111001 1001110 0 10100 100000000 1000000 110001

Color Harmonies of #582DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582DCD

Black with #582DCD

Text Example


Text Example

White with #582DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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