Html Css Color HEX #5216B1 Purple Heart

📋 copy color: '#5216B1'

red 82 ◦ green 22 ◦ blue 177

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

Shades of Purple Heart #5216B1

Tints of Purple Heart #5216B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 62.99%

R = 29.18%
G = 7.83%
B = 62.99%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5216B1 (or 0x5216B1) is known color: Purple Heart. HEX triplet: 52, 16 and B1. RGB value is (82,22,177). Sum of RGB (Red+Green+Blue) = 82+22+177=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 177 (69.53% from 255 or 62.99% from 281); Max value from RGB is 177 - color contains mainly: blue. Hex color #5216B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5216B1 is #ADE94E. Grayscale: #393939. Windows color (decimal): -11397455 or 11605586. OLE color: 11605586.

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

Color convert

RGB 82 22 177 -
CMYK 0.54 0.88 0 0.31
HSL 263.23º 0.78% 0.39% -
HSV(B) 263.23º 0.88% 0.69% -
XYZ 11.7 5.54 42.05 -
YUV 57.61 195.38 145.4 -
System Red Green Blue C M Y K H S L
Decimal 82 22 177 0.54 0.88 0 0.31 263.23 0.78 0.39
Hex 52 16 B1 36 58 0 1F 107 4E 27
Octal 122 26 261 66 130 0 37 407 116 47
Binary 1010010 10110 10110001 110110 1011000 0 11111 100000111 1001110 100111

Color Harmonies of #5216B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5216B1

Black with #5216B1

Text Example


Text Example

White with #5216B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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