Html Css Color HEX #7916BC Purple Heart

📋 copy color: '#7916BC'

red 121 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #7916BC

Tints of Purple Heart #7916BC

RGB

 RED value IS 121 (47.66% from 255) = 36.56%

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

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

R = 36.56%
G = 6.65%
B = 56.8%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7916BC (or 0x7916BC) is known color: Purple Heart. HEX triplet: 79, 16 and BC. RGB value is (121,22,188). Sum of RGB (Red+Green+Blue) = 121+22+188=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #7916BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7916BC is #86E943. Grayscale: #454545. Windows color (decimal): -8841540 or 12326521. OLE color: 12326521.

HSL color Cylindrical-coordinate representation of color #7916BC: hue angle of 275.78º 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 #7916BC is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 22 188 -
CMYK 0.36 0.88 0 0.26
HSL 275.78º 0.79% 0.41% -
HSV(B) 275.78º 0.88% 0.74% -
XYZ 17.25 8.27 48.26 -
YUV 70.53 194.3 164 -
System Red Green Blue C M Y K H S L
Decimal 121 22 188 0.36 0.88 0 0.26 275.78 0.79 0.41
Hex 79 16 BC 24 58 0 1A 114 4F 29
Octal 171 26 274 44 130 0 32 424 117 51
Binary 1111001 10110 10111100 100100 1011000 0 11010 100010100 1001111 101001

Color Harmonies of #7916BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7916BC

Black with #7916BC

Text Example


Text Example

White with #7916BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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