Html Css Color HEX #7A1D96 Vivid Violet

📋 copy color: '#7A1D96'

red 122 ◦ green 29 ◦ blue 150

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

Shades of Vivid Violet #7A1D96

Tints of Vivid Violet #7A1D96

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.63%

 BLUE value IS 150 (58.98% from 255) = 49.83%

R = 40.53%
G = 9.63%
B = 49.83%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7A1D96 (or 0x7A1D96) is known color: Vivid Violet. HEX triplet: 7A, 1D and 96. RGB value is (122,29,150). Sum of RGB (Red+Green+Blue) = 122+29+150=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A1D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1D96 is #85E269. Grayscale: #464646. Windows color (decimal): -8774250 or 9837946. OLE color: 9837946.

HSL color Cylindrical-coordinate representation of color #7A1D96: hue angle of 286.12º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A1D96 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 29 150 -
CMYK 0.19 0.81 0 0.41
HSL 286.12º 0.68% 0.35% -
HSV(B) 286.12º 0.81% 0.59% -
XYZ 13.97 7.22 29.51 -
YUV 70.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 122 29 150 0.19 0.81 0 0.41 286.12 0.68 0.35
Hex 7A 1D 96 13 51 0 29 11E 44 23
Octal 172 35 226 23 121 0 51 436 104 43
Binary 1111010 11101 10010110 10011 1010001 0 101001 100011110 1000100 100011

Color Harmonies of #7A1D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1D96

Black with #7A1D96

Text Example


Text Example

White with #7A1D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,29,150); }

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

background-color css

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

 a { background-color: rgb(122,29,150); }

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

border-color css

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

 span { border-color: rgb(122,29,150); }

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