Html Css Color HEX #7F16BE Dark Violet

📋 copy color: '#7F16BE'

red 127 ◦ green 22 ◦ blue 190

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

Shades of Dark Violet #7F16BE

Tints of Dark Violet #7F16BE

RGB

 RED value IS 127 (50% from 255) = 37.46%

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

 BLUE value IS 190 (74.61% from 255) = 56.05%

R = 37.46%
G = 6.49%
B = 56.05%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F16BE (or 0x7F16BE) is known color: Dark Violet. HEX triplet: 7F, 16 and BE. RGB value is (127,22,190). Sum of RGB (Red+Green+Blue) = 127+22+190=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F16BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F16BE is #80E941. Grayscale: #474747. Windows color (decimal): -8448322 or 12457599. OLE color: 12457599.

HSL color Cylindrical-coordinate representation of color #7F16BE: hue angle of 277.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F16BE is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 22 190 -
CMYK 0.33 0.88 0 0.25
HSL 277.5º 0.79% 0.42% -
HSV(B) 277.5º 0.88% 0.75% -
XYZ 18.33 8.8 49.45 -
YUV 72.55 194.29 166.84 -
System Red Green Blue C M Y K H S L
Decimal 127 22 190 0.33 0.88 0 0.25 277.5 0.79 0.42
Hex 7F 16 BE 21 58 0 19 116 4F 2A
Octal 177 26 276 41 130 0 31 426 117 52
Binary 1111111 10110 10111110 100001 1011000 0 11001 100010110 1001111 101010

Color Harmonies of #7F16BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F16BE

Black with #7F16BE

Text Example


Text Example

White with #7F16BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F16BE; }

 p { color: rgb(127,22,190); }

 H1.HeaderClassName
 {
   color: #7F16BE;
 }
 .AnyTagClassName
 {
   color: #7F16BE;
 }
</style>

background-color css

<style>
 a { background-color: #7F16BE; }

 a { background-color: rgb(127,22,190); }

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

border-color css

<style>
 span { border-color: #7F16BE; }

 span { border-color: rgb(127,22,190); }

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