Html Css Color HEX #522DCD Purple Heart

📋 copy color: '#522DCD'

red 82 ◦ green 45 ◦ blue 205

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

Shades of Purple Heart #522DCD

Tints of Purple Heart #522DCD

RGB

 RED value IS 82 (32.42% from 255) = 24.7%

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

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

R = 24.7%
G = 13.55%
B = 61.75%

CMYK

 C value IS 0.6

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#522DCD (or 0x522DCD) is known color: Purple Heart. HEX triplet: 52, 2D and CD. RGB value is (82,45,205). Sum of RGB (Red+Green+Blue) = 82+45+205=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #522DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522DCD is #ADD232. Grayscale: #494949. Windows color (decimal): -11391539 or 13446482. OLE color: 13446482.

HSL color Cylindrical-coordinate representation of color #522DCD: hue angle of 253.87º 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 #522DCD is Cyan = 0.6, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 45 205 -
CMYK 0.6 0.78 0 0.20
HSL 253.88º 0.64% 0.49% -
HSV(B) 253.88º 0.78% 0.8% -
XYZ 15.44 8.08 58.5 -
YUV 74.3 201.76 133.49 -
System Red Green Blue C M Y K H S L
Decimal 82 45 205 0.6 0.78 0 0.20 253.88 0.64 0.49
Hex 52 2D CD 3C 4E 0 14 FE 40 31
Octal 122 55 315 74 116 0 24 376 100 61
Binary 1010010 101101 11001101 111100 1001110 0 10100 11111110 1000000 110001

Color Harmonies of #522DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522DCD

Black with #522DCD

Text Example


Text Example

White with #522DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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