Html Css Color HEX #522CDC Purple Heart

📋 copy color: '#522CDC'

red 82 ◦ green 44 ◦ blue 220

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

Shades of Purple Heart #522CDC

Tints of Purple Heart #522CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.58%

R = 23.7%
G = 12.72%
B = 63.58%

CMYK

 C value IS 0.63

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#522CDC (or 0x522CDC) is known color: Purple Heart. HEX triplet: 52, 2C and DC. RGB value is (82,44,220). Sum of RGB (Red+Green+Blue) = 82+44+220=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #522CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522CDC is #ADD323. Grayscale: #4A4A4A. Windows color (decimal): -11391780 or 14429266. OLE color: 14429266.

HSL color Cylindrical-coordinate representation of color #522CDC: hue angle of 252.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522CDC is Cyan = 0.63, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 44 220 -
CMYK 0.63 0.8 0 0.14
HSL 252.95º 0.72% 0.52% -
HSV(B) 252.95º 0.8% 0.86% -
XYZ 17.3 8.76 68.49 -
YUV 75.43 209.59 132.69 -
System Red Green Blue C M Y K H S L
Decimal 82 44 220 0.63 0.8 0 0.14 252.95 0.72 0.52
Hex 52 2C DC 3F 50 0 E FD 48 34
Octal 122 54 334 77 120 0 16 375 110 64
Binary 1010010 101100 11011100 111111 1010000 0 1110 11111101 1001000 110100

Color Harmonies of #522CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522CDC

Black with #522CDC

Text Example


Text Example

White with #522CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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