Html Css Color HEX #7416BB Purple Heart

📋 copy color: '#7416BB'

red 116 ◦ green 22 ◦ blue 187

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

Shades of Purple Heart #7416BB

Tints of Purple Heart #7416BB

RGB

 RED value IS 116 (45.7% from 255) = 35.69%

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

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 35.69%
G = 6.77%
B = 57.54%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7416BB (or 0x7416BB) is known color: Purple Heart. HEX triplet: 74, 16 and BB. RGB value is (116,22,187). Sum of RGB (Red+Green+Blue) = 116+22+187=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #7416BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7416BB is #8BE944. Grayscale: #444444. Windows color (decimal): -9169221 or 12260980. OLE color: 12260980.

HSL color Cylindrical-coordinate representation of color #7416BB: hue angle of 274.18º 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 #7416BB is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 22 187 -
CMYK 0.38 0.88 0 0.27
HSL 274.18º 0.79% 0.41% -
HSV(B) 274.18º 0.88% 0.73% -
XYZ 16.46 7.87 47.67 -
YUV 68.92 194.64 161.58 -
System Red Green Blue C M Y K H S L
Decimal 116 22 187 0.38 0.88 0 0.27 274.18 0.79 0.41
Hex 74 16 BB 26 58 0 1B 112 4F 29
Octal 164 26 273 46 130 0 33 422 117 51
Binary 1110100 10110 10111011 100110 1011000 0 11011 100010010 1001111 101001

Color Harmonies of #7416BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7416BB

Black with #7416BB

Text Example


Text Example

White with #7416BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7416BB; }

 p { color: rgb(116,22,187); }

 H1.HeaderClassName
 {
   color: #7416BB;
 }
 .AnyTagClassName
 {
   color: #7416BB;
 }
</style>

background-color css

<style>
 a { background-color: #7416BB; }

 a { background-color: rgb(116,22,187); }

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

border-color css

<style>
 span { border-color: #7416BB; }

 span { border-color: rgb(116,22,187); }

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