Html Css Color HEX #7F1ECC Blue Violet

📋 copy color: '#7F1ECC'

red 127 ◦ green 30 ◦ blue 204

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

Shades of Blue Violet #7F1ECC

Tints of Blue Violet #7F1ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 35.18%
G = 8.31%
B = 56.51%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F1ECC (or 0x7F1ECC) is known color: Blue Violet. HEX triplet: 7F, 1E and CC. RGB value is (127,30,204). Sum of RGB (Red+Green+Blue) = 127+30+204=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F1ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1ECC is #80E133. Grayscale: #4E4E4E. Windows color (decimal): -8446260 or 13377151. OLE color: 13377151.

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

Color convert

RGB 127 30 204 -
CMYK 0.38 0.85 0 0.2
HSL 273.45º 0.74% 0.46% -
HSV(B) 273.45º 0.85% 0.8% -
XYZ 20.12 9.8 57.96 -
YUV 78.84 198.64 162.35 -
System Red Green Blue C M Y K H S L
Decimal 127 30 204 0.38 0.85 0 0.2 273.45 0.74 0.46
Hex 7F 1E CC 26 55 0 14 111 4A 2E
Octal 177 36 314 46 125 0 24 421 112 56
Binary 1111111 11110 11001100 100110 1010101 0 10100 100010001 1001010 101110

Color Harmonies of #7F1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1ECC

Black with #7F1ECC

Text Example


Text Example

White with #7F1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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