#7F1AC6

Color #7F1AC6 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7F1AC6

Tints of Blue Violet #7F1AC6

Color information

#7F1AC6 (or 0x7F1AC6) is unknown color: approx Blue Violet. HEX triplet: 7F, 1A and C6. RGB value is (127,26,198). Sum of RGB (Red+Green+Blue) = 127+26+198=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 198 (77.73% from 255 or 56.41% from 351); Max value from RGB is 198 - color contains mainly: blue. Hex color #7F1AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1AC6 is #80E539. Grayscale: #4B4B4B. Windows color (decimal): -8447290 or 12982911. OLE color: 12982911.

HSL color Cylindrical-coordinate representation of color #7F1AC6: hue angle of 275.23º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1AC6 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12726198-
CMYK0.360.8700.22
HSL275.23º76.79%43.92%-
HSV(B)275.23º86.87%77.65%-
XYZ19.319.3354.21-
YUV75.81196.96164.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.18%
GREEN value IS 26 (10.55% from 255) = 7.41%
BLUE value IS 198 (77.73% from 255) = 56.41%
R=36.18%
G=7.41%
B=56.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal127261980.360.8700.22275.2376.7943.92
Hex7F1AC624570161134d2c
Octal177323064412702642311554
Binary1111111110101100011010010010101110101101000100111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,26,198); }

 H1.HeaderClassName
 {
   color: #7F1AC6;
 }
 .AnyTagClassName
 {
   color: #7F1AC6;
 }
</style>
background-color css

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

 a { background-color: rgb(127,26,198); }

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

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

 span { border-color: rgb(127,26,198); }

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