Html Css Color HEX #522CCC Purple Heart

📋 copy color: '#522CCC'

red 82 ◦ green 44 ◦ blue 204

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

Shades of Purple Heart #522CCC

Tints of Purple Heart #522CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 24.85%
G = 13.33%
B = 61.82%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#522CCC (or 0x522CCC) is known color: Purple Heart. HEX triplet: 52, 2C and CC. RGB value is (82,44,204). Sum of RGB (Red+Green+Blue) = 82+44+204=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #522CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522CCC is #ADD333. Grayscale: #494949. Windows color (decimal): -11391796 or 13380690. OLE color: 13380690.

HSL color Cylindrical-coordinate representation of color #522CCC: hue angle of 254.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522CCC is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 44 204 -
CMYK 0.60 0.78 0 0.2
HSL 254.25º 0.65% 0.49% -
HSV(B) 254.25º 0.78% 0.8% -
XYZ 15.28 7.95 57.86 -
YUV 73.6 201.59 133.99 -
System Red Green Blue C M Y K H S L
Decimal 82 44 204 0.60 0.78 0 0.2 254.25 0.65 0.49
Hex 52 2C CC 3C 4E 0 14 FE 41 31
Octal 122 54 314 74 116 0 24 376 101 61
Binary 1010010 101100 11001100 111100 1001110 0 10100 11111110 1000001 110001

Color Harmonies of #522CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522CCC

Black with #522CCC

Text Example


Text Example

White with #522CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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