Html Css Color HEX #7416BC Purple Heart

📋 copy color: '#7416BC'

red 116 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #7416BC

Tints of Purple Heart #7416BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.67%

R = 35.58%
G = 6.75%
B = 57.67%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7416BC (or 0x7416BC) is known color: Purple Heart. HEX triplet: 74, 16 and BC. RGB value is (116,22,188). Sum of RGB (Red+Green+Blue) = 116+22+188=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #7416BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7416BC is #8BE943. Grayscale: #444444. Windows color (decimal): -9169220 or 12326516. OLE color: 12326516.

HSL color Cylindrical-coordinate representation of color #7416BC: hue angle of 273.98º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7416BC is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 22 188 -
CMYK 0.38 0.88 0 0.26
HSL 273.98º 0.79% 0.41% -
HSV(B) 273.98º 0.88% 0.74% -
XYZ 16.57 7.92 48.23 -
YUV 69.03 195.14 161.5 -
System Red Green Blue C M Y K H S L
Decimal 116 22 188 0.38 0.88 0 0.26 273.98 0.79 0.41
Hex 74 16 BC 26 58 0 1A 112 4F 29
Octal 164 26 274 46 130 0 32 422 117 51
Binary 1110100 10110 10111100 100110 1011000 0 11010 100010010 1001111 101001

Color Harmonies of #7416BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7416BC

Black with #7416BC

Text Example


Text Example

White with #7416BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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