Html Css Color HEX #522CDA Purple Heart

📋 copy color: '#522CDA'

red 82 ◦ green 44 ◦ blue 218

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

Shades of Purple Heart #522CDA

Tints of Purple Heart #522CDA

RGB

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

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

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

R = 23.84%
G = 12.79%
B = 63.37%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#522CDA (or 0x522CDA) is known color: Purple Heart. HEX triplet: 52, 2C and DA. RGB value is (82,44,218). Sum of RGB (Red+Green+Blue) = 82+44+218=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #522CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522CDA is #ADD325. Grayscale: #4A4A4A. Windows color (decimal): -11391782 or 14298194. OLE color: 14298194.

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

Color convert

RGB 82 44 218 -
CMYK 0.62 0.80 0 0.15
HSL 253.1º 0.7% 0.51% -
HSV(B) 253.1º 0.8% 0.85% -
XYZ 17.04 8.66 67.1 -
YUV 75.2 208.59 132.85 -
System Red Green Blue C M Y K H S L
Decimal 82 44 218 0.62 0.80 0 0.15 253.1 0.7 0.51
Hex 52 2C DA 3E 50 0 F FD 46 33
Octal 122 54 332 76 120 0 17 375 106 63
Binary 1010010 101100 11011010 111110 1010000 0 1111 11111101 1000110 110011

Color Harmonies of #522CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522CDA

Black with #522CDA

Text Example


Text Example

White with #522CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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