Html Css Color HEX #5216B2 Purple Heart

📋 copy color: '#5216B2'

red 82 ◦ green 22 ◦ blue 178

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

Shades of Purple Heart #5216B2

Tints of Purple Heart #5216B2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

 BLUE value IS 178 (69.92% from 255) = 63.12%

R = 29.08%
G = 7.8%
B = 63.12%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5216B2 (or 0x5216B2) is known color: Purple Heart. HEX triplet: 52, 16 and B2. RGB value is (82,22,178). Sum of RGB (Red+Green+Blue) = 82+22+178=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 178 (69.92% from 255 or 63.12% from 282); Max value from RGB is 178 - color contains mainly: blue. Hex color #5216B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5216B2 is #ADE94D. Grayscale: #393939. Windows color (decimal): -11397454 or 11671122. OLE color: 11671122.

HSL color Cylindrical-coordinate representation of color #5216B2: hue angle of 263.08º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5216B2 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 22 178 -
CMYK 0.54 0.88 0 0.30
HSL 263.08º 0.78% 0.39% -
HSV(B) 263.08º 0.88% 0.7% -
XYZ 11.8 5.58 42.57 -
YUV 57.72 195.88 145.32 -
System Red Green Blue C M Y K H S L
Decimal 82 22 178 0.54 0.88 0 0.30 263.08 0.78 0.39
Hex 52 16 B2 36 58 0 1E 107 4E 27
Octal 122 26 262 66 130 0 36 407 116 47
Binary 1010010 10110 10110010 110110 1011000 0 11110 100000111 1001110 100111

Color Harmonies of #5216B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5216B2

Black with #5216B2

Text Example


Text Example

White with #5216B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5216B2; }

 p { color: rgb(82,22,178); }

 H1.HeaderClassName
 {
   color: #5216B2;
 }
 .AnyTagClassName
 {
   color: #5216B2;
 }
</style>

background-color css

<style>
 a { background-color: #5216B2; }

 a { background-color: rgb(82,22,178); }

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

border-color css

<style>
 span { border-color: #5216B2; }

 span { border-color: rgb(82,22,178); }

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