Html Css Color HEX #522DDA Purple Heart

📋 copy color: '#522DDA'

red 82 ◦ green 45 ◦ blue 218

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

Shades of Purple Heart #522DDA

Tints of Purple Heart #522DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.19%

R = 23.77%
G = 13.04%
B = 63.19%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#522DDA (or 0x522DDA) is known color: Purple Heart. HEX triplet: 52, 2D and DA. RGB value is (82,45,218). Sum of RGB (Red+Green+Blue) = 82+45+218=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #522DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522DDA is #ADD225. Grayscale: #4B4B4B. Windows color (decimal): -11391526 or 14298450. OLE color: 14298450.

HSL color Cylindrical-coordinate representation of color #522DDA: hue angle of 252.83º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #522DDA is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 45 218 -
CMYK 0.62 0.79 0 0.15
HSL 252.83º 0.7% 0.52% -
HSV(B) 252.83º 0.79% 0.85% -
XYZ 17.07 8.73 67.12 -
YUV 75.79 208.26 132.43 -
System Red Green Blue C M Y K H S L
Decimal 82 45 218 0.62 0.79 0 0.15 252.83 0.7 0.52
Hex 52 2D DA 3E 4F 0 F FD 46 34
Octal 122 55 332 76 117 0 17 375 106 64
Binary 1010010 101101 11011010 111110 1001111 0 1111 11111101 1000110 110100

Color Harmonies of #522DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522DDA

Black with #522DDA

Text Example


Text Example

White with #522DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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