Html Css Color HEX #7F10BF Dark Violet

📋 copy color: '#7F10BF'

red 127 ◦ green 16 ◦ blue 191

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

Shades of Dark Violet #7F10BF

Tints of Dark Violet #7F10BF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.79%

 BLUE value IS 191 (75% from 255) = 57.19%

R = 38.02%
G = 4.79%
B = 57.19%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F10BF (or 0x7F10BF) is known color: Dark Violet. HEX triplet: 7F, 10 and BF. RGB value is (127,16,191). Sum of RGB (Red+Green+Blue) = 127+16+191=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F10BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F10BF is #80EF40. Grayscale: #444444. Windows color (decimal): -8449857 or 12521599. OLE color: 12521599.

HSL color Cylindrical-coordinate representation of color #7F10BF: hue angle of 278.06º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F10BF is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 16 191 -
CMYK 0.34 0.92 0 0.25
HSL 278.06º 0.85% 0.41% -
HSV(B) 278.06º 0.92% 0.75% -
XYZ 18.34 8.64 49.99 -
YUV 69.14 196.77 169.27 -
System Red Green Blue C M Y K H S L
Decimal 127 16 191 0.34 0.92 0 0.25 278.06 0.85 0.41
Hex 7F 10 BF 22 5C 0 19 116 55 29
Octal 177 20 277 42 134 0 31 426 125 51
Binary 1111111 10000 10111111 100010 1011100 0 11001 100010110 1010101 101001

Color Harmonies of #7F10BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F10BF

Black with #7F10BF

Text Example


Text Example

White with #7F10BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,16,191); }

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

background-color css

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

 a { background-color: rgb(127,16,191); }

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

border-color css

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

 span { border-color: rgb(127,16,191); }

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