Html Css Color HEX #7F01BF Dark Violet

📋 copy color: '#7F01BF'

red 127 ◦ green 1 ◦ blue 191

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

Shades of Dark Violet #7F01BF

Tints of Dark Violet #7F01BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 39.81%
G = 0.31%
B = 59.87%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F01BF (or 0x7F01BF) is known color: Dark Violet. HEX triplet: 7F, 01 and BF. RGB value is (127,1,191). Sum of RGB (Red+Green+Blue) = 127+1+191=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F01BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F01BF is #80FE40. Grayscale: #3B3B3B. Windows color (decimal): -8453697 or 12517759. OLE color: 12517759.

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

Color convert

RGB 127 1 191 -
CMYK 0.34 0.99 0 0.25
HSL 279.79º 0.99% 0.38% -
HSV(B) 279.79º 0.99% 0.75% -
XYZ 18.17 8.3 49.93 -
YUV 60.33 201.74 175.55 -
System Red Green Blue C M Y K H S L
Decimal 127 1 191 0.34 0.99 0 0.25 279.79 0.99 0.38
Hex 7F 1 BF 22 63 0 19 118 63 26
Octal 177 1 277 42 143 0 31 430 143 46
Binary 1111111 1 10111111 100010 1100011 0 11001 100011000 1100011 100110

Color Harmonies of #7F01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F01BF

Black with #7F01BF

Text Example


Text Example

White with #7F01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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