Html Css Color HEX #522CDB Purple Heart

📋 copy color: '#522CDB'

red 82 ◦ green 44 ◦ blue 219

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

Shades of Purple Heart #522CDB

Tints of Purple Heart #522CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 23.77%
G = 12.75%
B = 63.48%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#522CDB (or 0x522CDB) is known color: Purple Heart. HEX triplet: 52, 2C and DB. RGB value is (82,44,219). Sum of RGB (Red+Green+Blue) = 82+44+219=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #522CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522CDB is #ADD324. Grayscale: #4A4A4A. Windows color (decimal): -11391781 or 14363730. OLE color: 14363730.

HSL color Cylindrical-coordinate representation of color #522CDB: hue angle of 253.03º degrees, saturation: 0.71, 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 #522CDB is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 44 219 -
CMYK 0.63 0.80 0 0.14
HSL 253.03º 0.71% 0.52% -
HSV(B) 253.03º 0.8% 0.86% -
XYZ 17.17 8.71 67.79 -
YUV 75.31 209.09 132.77 -
System Red Green Blue C M Y K H S L
Decimal 82 44 219 0.63 0.80 0 0.14 253.03 0.71 0.52
Hex 52 2C DB 3F 50 0 E FD 47 34
Octal 122 54 333 77 120 0 16 375 107 64
Binary 1010010 101100 11011011 111111 1010000 0 1110 11111101 1000111 110100

Color Harmonies of #522CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522CDB

Black with #522CDB

Text Example


Text Example

White with #522CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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