Html Css Color HEX #7F1ECE Blue Violet

📋 copy color: '#7F1ECE'

red 127 ◦ green 30 ◦ blue 206

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

Shades of Blue Violet #7F1ECE

Tints of Blue Violet #7F1ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.26%

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

R = 34.99%
G = 8.26%
B = 56.75%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F1ECE (or 0x7F1ECE) is known color: Blue Violet. HEX triplet: 7F, 1E and CE. RGB value is (127,30,206). Sum of RGB (Red+Green+Blue) = 127+30+206=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F1ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1ECE is #80E131. Grayscale: #4E4E4E. Windows color (decimal): -8446258 or 13508223. OLE color: 13508223.

HSL color Cylindrical-coordinate representation of color #7F1ECE: hue angle of 273.07º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1ECE is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 30 206 -
CMYK 0.38 0.85 0 0.19
HSL 273.07º 0.75% 0.46% -
HSV(B) 273.07º 0.85% 0.81% -
XYZ 20.36 9.9 59.23 -
YUV 79.07 199.64 162.19 -
System Red Green Blue C M Y K H S L
Decimal 127 30 206 0.38 0.85 0 0.19 273.07 0.75 0.46
Hex 7F 1E CE 26 55 0 13 111 4B 2E
Octal 177 36 316 46 125 0 23 421 113 56
Binary 1111111 11110 11001110 100110 1010101 0 10011 100010001 1001011 101110

Color Harmonies of #7F1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1ECE

Black with #7F1ECE

Text Example


Text Example

White with #7F1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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