Html Css Color HEX #7F01CE Dark Violet

📋 copy color: '#7F01CE'

red 127 ◦ green 1 ◦ blue 206

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

Shades of Dark Violet #7F01CE

Tints of Dark Violet #7F01CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 38.02%
G = 0.3%
B = 61.68%

CMYK

 C value IS 0.38

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F01CE (or 0x7F01CE) is known color: Dark Violet. HEX triplet: 7F, 01 and CE. RGB value is (127,1,206). Sum of RGB (Red+Green+Blue) = 127+1+206=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F01CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F01CE is #80FE31. Grayscale: #3D3D3D. Windows color (decimal): -8453682 or 13500799. OLE color: 13500799.

HSL color Cylindrical-coordinate representation of color #7F01CE: hue angle of 276.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F01CE is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 1 206 -
CMYK 0.38 1.00 0 0.19
HSL 276.88º 0.99% 0.41% -
HSV(B) 276.88º 1% 0.81% -
XYZ 19.9 8.99 59.08 -
YUV 62.04 209.24 174.33 -
System Red Green Blue C M Y K H S L
Decimal 127 1 206 0.38 1.00 0 0.19 276.88 0.99 0.41
Hex 7F 1 CE 26 64 0 13 115 63 29
Octal 177 1 316 46 144 0 23 425 143 51
Binary 1111111 1 11001110 100110 1100100 0 10011 100010101 1100011 101001

Color Harmonies of #7F01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F01CE

Black with #7F01CE

Text Example


Text Example

White with #7F01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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