Html Css Color HEX #522CC6 Purple Heart

📋 copy color: '#522CC6'

red 82 ◦ green 44 ◦ blue 198

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

Shades of Purple Heart #522CC6

Tints of Purple Heart #522CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 61.11%

R = 25.31%
G = 13.58%
B = 61.11%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#522CC6 (or 0x522CC6) is known color: Purple Heart. HEX triplet: 52, 2C and C6. RGB value is (82,44,198). Sum of RGB (Red+Green+Blue) = 82+44+198=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 198 (77.73% from 255 or 61.11% from 324); Max value from RGB is 198 - color contains mainly: blue. Hex color #522CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522CC6 is #ADD339. Grayscale: #484848. Windows color (decimal): -11391802 or 12987474. OLE color: 12987474.

HSL color Cylindrical-coordinate representation of color #522CC6: hue angle of 254.81º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522CC6 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 44 198 -
CMYK 0.59 0.78 0 0.22
HSL 254.81º 0.64% 0.47% -
HSV(B) 254.81º 0.78% 0.78% -
XYZ 14.57 7.67 54.14 -
YUV 72.92 198.59 134.48 -
System Red Green Blue C M Y K H S L
Decimal 82 44 198 0.59 0.78 0 0.22 254.81 0.64 0.47
Hex 52 2C C6 3B 4E 0 16 FF 40 2F
Octal 122 54 306 73 116 0 26 377 100 57
Binary 1010010 101100 11000110 111011 1001110 0 10110 11111111 1000000 101111

Color Harmonies of #522CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522CC6

Black with #522CC6

Text Example


Text Example

White with #522CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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