#7A30D7

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

Shades of Blue Violet #7A30D7

Tints of Blue Violet #7A30D7

Color information

#7A30D7 (or 0x7A30D7) is unknown color: approx Blue Violet. HEX triplet: 7A, 30 and D7. RGB value is (122,48,215). Sum of RGB (Red+Green+Blue) = 122+48+215=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 215 (84.38% from 255 or 55.84% from 385); Max value from RGB is 215 - color contains mainly: blue. Hex color #7A30D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A30D7 is #85CF28. Grayscale: #585858. Windows color (decimal): -8769321 or 14102650. OLE color: 14102650.

HSL color Cylindrical-coordinate representation of color #7A30D7: hue angle of 266.59º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A30D7 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12248215-
CMYK0.430.7800.16
HSL266.59º67.61%51.57%-
HSV(B)266.59º77.67%84.31%-
XYZ21.3511.1665.32-
YUV89.16199.02151.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.69%
GREEN value IS 48 (19.14% from 255) = 12.47%
BLUE value IS 215 (84.38% from 255) = 55.84%
R=31.69%
G=12.47%
B=55.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal122482150.430.7800.16266.5967.6151.57
Hex7A30D72B4E01010b4434
Octal172603275311602041310464
Binary11110101100001101011110101110011100100001000010111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A30D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,48,215); }

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

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

 a { background-color: rgb(122,48,215); }

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

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

 span { border-color: rgb(122,48,215); }

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