Html Css Color HEX #522EDB Purple Heart

📋 copy color: '#522EDB'

red 82 ◦ green 46 ◦ blue 219

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

Shades of Purple Heart #522EDB

Tints of Purple Heart #522EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.26%

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

R = 23.63%
G = 13.26%
B = 63.11%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#522EDB (or 0x522EDB) is known color: Purple Heart. HEX triplet: 52, 2E and DB. RGB value is (82,46,219). Sum of RGB (Red+Green+Blue) = 82+46+219=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #522EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522EDB is #ADD124. Grayscale: #4B4B4B. Windows color (decimal): -11391269 or 14364242. OLE color: 14364242.

HSL color Cylindrical-coordinate representation of color #522EDB: hue angle of 252.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #522EDB is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 46 219 -
CMYK 0.63 0.79 0 0.14
HSL 252.49º 0.71% 0.52% -
HSV(B) 252.49º 0.79% 0.86% -
XYZ 17.24 8.86 67.82 -
YUV 76.49 208.43 131.93 -
System Red Green Blue C M Y K H S L
Decimal 82 46 219 0.63 0.79 0 0.14 252.49 0.71 0.52
Hex 52 2E DB 3F 4F 0 E FC 47 34
Octal 122 56 333 77 117 0 16 374 107 64
Binary 1010010 101110 11011011 111111 1001111 0 1110 11111100 1000111 110100

Color Harmonies of #522EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522EDB

Black with #522EDB

Text Example


Text Example

White with #522EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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