#7618A7

Color #7618A7 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #7618A7

Tints of Vivid Violet #7618A7

Color information

#7618A7 (or 0x7618A7) is unknown color: approx Vivid Violet. HEX triplet: 76, 18 and A7. RGB value is (118,24,167). Sum of RGB (Red+Green+Blue) = 118+24+167=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 167 (65.62% from 255 or 54.05% from 309); Max value from RGB is 167 - color contains mainly: blue. Hex color #7618A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7618A7 is #89E758. Grayscale: #434343. Windows color (decimal): -9037657 or 10950774. OLE color: 10950774.

HSL color Cylindrical-coordinate representation of color #7618A7: hue angle of 279.44º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7618A7 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11824167-
CMYK0.290.8600.35
HSL279.44º74.87%37.45%-
HSV(B)279.44º85.63%65.49%-
XYZ14.777.2937.19-
YUV68.41183.64163.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 24 (9.77% from 255) = 7.77%
BLUE value IS 167 (65.62% from 255) = 54.05%
R=38.19%
G=7.77%
B=54.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118241670.290.8600.35279.4474.8737.45
Hex7618A71D560231174b25
Octal166302473512604342711345
Binary1110110110001010011111101101011001000111000101111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7618A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7618A7; }

 p { color: rgb(118,24,167); }

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

<style>
 a { background-color: #7618A7; }

 a { background-color: rgb(118,24,167); }

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

<style>
 span { border-color: #7618A7; }

 span { border-color: rgb(118,24,167); }

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