Html Css Color HEX #7216BA Purple Heart

📋 copy color: '#7216BA'

red 114 ◦ green 22 ◦ blue 186

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

Shades of Purple Heart #7216BA

Tints of Purple Heart #7216BA

RGB

 RED value IS 114 (44.92% from 255) = 35.4%

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

 BLUE value IS 186 (73.05% from 255) = 57.76%

R = 35.4%
G = 6.83%
B = 57.76%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7216BA (or 0x7216BA) is known color: Purple Heart. HEX triplet: 72, 16 and BA. RGB value is (114,22,186). Sum of RGB (Red+Green+Blue) = 114+22+186=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #7216BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7216BA is #8DE945. Grayscale: #434343. Windows color (decimal): -9300294 or 12195442. OLE color: 12195442.

HSL color Cylindrical-coordinate representation of color #7216BA: hue angle of 273.66º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7216BA is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 22 186 -
CMYK 0.39 0.88 0 0.27
HSL 273.66º 0.79% 0.41% -
HSV(B) 273.66º 0.88% 0.73% -
XYZ 16.09 7.7 47.09 -
YUV 68.2 194.48 160.66 -
System Red Green Blue C M Y K H S L
Decimal 114 22 186 0.39 0.88 0 0.27 273.66 0.79 0.41
Hex 72 16 BA 27 58 0 1B 112 4F 29
Octal 162 26 272 47 130 0 33 422 117 51
Binary 1110010 10110 10111010 100111 1011000 0 11011 100010010 1001111 101001

Color Harmonies of #7216BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7216BA

Black with #7216BA

Text Example


Text Example

White with #7216BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7216BA; }

 p { color: rgb(114,22,186); }

 H1.HeaderClassName
 {
   color: #7216BA;
 }
 .AnyTagClassName
 {
   color: #7216BA;
 }
</style>

background-color css

<style>
 a { background-color: #7216BA; }

 a { background-color: rgb(114,22,186); }

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

border-color css

<style>
 span { border-color: #7216BA; }

 span { border-color: rgb(114,22,186); }

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