#7F17F3

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

Shades of Blue Violet #7F17F3

Tints of Blue Violet #7F17F3

Color information

#7F17F3 (or 0x7F17F3) is unknown color: approx Blue Violet. HEX triplet: 7F, 17 and F3. RGB value is (127,23,243). Sum of RGB (Red+Green+Blue) = 127+23+243=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 243 (95.31% from 255 or 61.83% from 393); Max value from RGB is 243 - color contains mainly: blue. Hex color #7F17F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F17F3 is #80E80C. Grayscale: #4E4E4E. Windows color (decimal): -8448013 or 15931263. OLE color: 15931263.

HSL color Cylindrical-coordinate representation of color #7F17F3: hue angle of 268.36º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F17F3 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12723243-
CMYK0.480.9100.05
HSL268.36º90.16%52.16%-
HSV(B)268.36º90.53%95.29%-
XYZ25.2411.685.7-
YUV79.18220.46162.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.32%
GREEN value IS 23 (9.38% from 255) = 5.85%
BLUE value IS 243 (95.31% from 255) = 61.83%
R=32.32%
G=5.85%
B=61.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal127232430.480.9100.05268.3690.1652.16
Hex7F17F3305B0510c5a34
Octal17727363601330541413264
Binary11111111011111110011110000101101101011000011001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F17F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,23,243); }

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

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

 a { background-color: rgb(127,23,243); }

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

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

 span { border-color: rgb(127,23,243); }

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