Html Css Color HEX #522ACE Purple Heart

📋 copy color: '#522ACE'

red 82 ◦ green 42 ◦ blue 206

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

Shades of Purple Heart #522ACE

Tints of Purple Heart #522ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.73%

 BLUE value IS 206 (80.86% from 255) = 62.42%

R = 24.85%
G = 12.73%
B = 62.42%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#522ACE (or 0x522ACE) is known color: Purple Heart. HEX triplet: 52, 2A and CE. RGB value is (82,42,206). Sum of RGB (Red+Green+Blue) = 82+42+206=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #522ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ACE is #ADD531. Grayscale: #484848. Windows color (decimal): -11392306 or 13511250. OLE color: 13511250.

HSL color Cylindrical-coordinate representation of color #522ACE: hue angle of 254.63º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522ACE is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 42 206 -
CMYK 0.60 0.80 0 0.19
HSL 254.63º 0.66% 0.49% -
HSV(B) 254.63º 0.8% 0.81% -
XYZ 15.45 7.91 59.1 -
YUV 72.66 203.25 134.66 -
System Red Green Blue C M Y K H S L
Decimal 82 42 206 0.60 0.80 0 0.19 254.63 0.66 0.49
Hex 52 2A CE 3C 50 0 13 FF 42 31
Octal 122 52 316 74 120 0 23 377 102 61
Binary 1010010 101010 11001110 111100 1010000 0 10011 11111111 1000010 110001

Color Harmonies of #522ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522ACE

Black with #522ACE

Text Example


Text Example

White with #522ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,42,206); }

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

background-color css

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

 a { background-color: rgb(82,42,206); }

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

border-color css

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

 span { border-color: rgb(82,42,206); }

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