#7A17DF

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

Shades of Blue Violet #7A17DF

Tints of Blue Violet #7A17DF

Color information

#7A17DF (or 0x7A17DF) is unknown color: approx Blue Violet. HEX triplet: 7A, 17 and DF. RGB value is (122,23,223). Sum of RGB (Red+Green+Blue) = 122+23+223=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A17DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A17DF is #85E820. Grayscale: #4A4A4A. Windows color (decimal): -8775713 or 14620538. OLE color: 14620538.

HSL color Cylindrical-coordinate representation of color #7A17DF: hue angle of 269.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A17DF is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12223223-
CMYK0.450.9000.13
HSL269.7º81.3%48.24%-
HSV(B)269.7º89.69%87.45%-
XYZ21.6510.0870.62-
YUV75.4211.3161.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.15%
GREEN value IS 23 (9.38% from 255) = 6.25%
BLUE value IS 223 (87.5% from 255) = 60.60%
R=33.15%
G=6.25%
B=60.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122232230.450.9000.13269.781.348.24
Hex7A17DF2D5A0D10e5130
Octal172273375513201541612160
Binary111101010111110111111011011011010011011000011101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A17DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,23,223); }

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

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

 a { background-color: rgb(122,23,223); }

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

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

 span { border-color: rgb(122,23,223); }

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