Html Css Color HEX #522DCC Purple Heart

📋 copy color: '#522DCC'

red 82 ◦ green 45 ◦ blue 204

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

Shades of Purple Heart #522DCC

Tints of Purple Heart #522DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

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

R = 24.77%
G = 13.6%
B = 61.63%

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

#522DCC (or 0x522DCC) is known color: Purple Heart. HEX triplet: 52, 2D and CC. RGB value is (82,45,204). Sum of RGB (Red+Green+Blue) = 82+45+204=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #522DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522DCC is #ADD233. Grayscale: #494949. Windows color (decimal): -11391540 or 13380946. OLE color: 13380946.

HSL color Cylindrical-coordinate representation of color #522DCC: hue angle of 253.96º degrees, saturation: 0.64, 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 #522DCC is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 45 204 -
CMYK 0.60 0.78 0 0.2
HSL 253.96º 0.64% 0.49% -
HSV(B) 253.96º 0.78% 0.8% -
XYZ 15.32 8.03 57.87 -
YUV 74.19 201.26 133.57 -
System Red Green Blue C M Y K H S L
Decimal 82 45 204 0.60 0.78 0 0.2 253.96 0.64 0.49
Hex 52 2D CC 3C 4E 0 14 FE 40 31
Octal 122 55 314 74 116 0 24 376 100 61
Binary 1010010 101101 11001100 111100 1001110 0 10100 11111110 1000000 110001

Color Harmonies of #522DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522DCC

Black with #522DCC

Text Example


Text Example

White with #522DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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