Html Css Color HEX #7A16DD Blue Violet

📋 copy color: '#7A16DD'

red 122 ◦ green 22 ◦ blue 221

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

Shades of Blue Violet #7A16DD

Tints of Blue Violet #7A16DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.55%

R = 33.42%
G = 6.03%
B = 60.55%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A16DD (or 0x7A16DD) is known color: Blue Violet. HEX triplet: 7A, 16 and DD. RGB value is (122,22,221). Sum of RGB (Red+Green+Blue) = 122+22+221=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A16DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A16DD is #85E922. Grayscale: #494949. Windows color (decimal): -8775971 or 14489210. OLE color: 14489210.

HSL color Cylindrical-coordinate representation of color #7A16DD: hue angle of 270.15º degrees, saturation: 0.82, 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 #7A16DD is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 22 221 -
CMYK 0.45 0.90 0 0.13
HSL 270.15º 0.82% 0.48% -
HSV(B) 270.15º 0.9% 0.87% -
XYZ 21.36 9.93 69.2 -
YUV 74.59 210.63 161.82 -
System Red Green Blue C M Y K H S L
Decimal 122 22 221 0.45 0.90 0 0.13 270.15 0.82 0.48
Hex 7A 16 DD 2D 5A 0 D 10E 52 30
Octal 172 26 335 55 132 0 15 416 122 60
Binary 1111010 10110 11011101 101101 1011010 0 1101 100001110 1010010 110000

Color Harmonies of #7A16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A16DD

Black with #7A16DD

Text Example


Text Example

White with #7A16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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