Html Css Color HEX #7A16E6 Blue Violet

📋 copy color: '#7A16E6'

red 122 ◦ green 22 ◦ blue 230

#7A16E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7A16E6

Tints of Blue Violet #7A16E6

RGB

 RED value IS 122 (48.05% from 255) = 32.62%

 GREEN value IS 22 (8.98% from 255) = 5.88%

 BLUE value IS 230 (90.23% from 255) = 61.5%

R = 32.62%
G = 5.88%
B = 61.5%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7A16E6 (or 0x7A16E6) is known color: Blue Violet. HEX triplet: 7A, 16 and E6. RGB value is (122,22,230). Sum of RGB (Red+Green+Blue) = 122+22+230=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 230 (90.23% from 255 or 61.50% from 374); Max value from RGB is 230 - color contains mainly: blue. Hex color #7A16E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A16E6 is #85E919. Grayscale: #4A4A4A. Windows color (decimal): -8775962 or 15079034. OLE color: 15079034.

HSL color Cylindrical-coordinate representation of color #7A16E6: hue angle of 268.85º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A16E6 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 22 230 -
CMYK 0.47 0.90 0 0.10
HSL 268.85º 0.83% 0.49% -
HSV(B) 268.85º 0.9% 0.9% -
XYZ 22.6 10.42 75.68 -
YUV 75.61 215.13 161.09 -
System Red Green Blue C M Y K H S L
Decimal 122 22 230 0.47 0.90 0 0.10 268.85 0.83 0.49
Hex 7A 16 E6 2F 5A 0 A 10D 53 31
Octal 172 26 346 57 132 0 12 415 123 61
Binary 1111010 10110 11100110 101111 1011010 0 1010 100001101 1010011 110001

Color Harmonies of #7A16E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A16E6

Black with #7A16E6

Text Example


Text Example

White with #7A16E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,22,230); }

 H1.HeaderClassName
 {
   color: #7A16E6;
 }
 .AnyTagClassName
 {
   color: #7A16E6;
 }
</style>

background-color css

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

 a { background-color: rgb(122,22,230); }

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

border-color css

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

 span { border-color: rgb(122,22,230); }

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