Html Css Color HEX #7A12C1 Dark Violet

📋 copy color: '#7A12C1'

red 122 ◦ green 18 ◦ blue 193

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

Shades of Dark Violet #7A12C1

Tints of Dark Violet #7A12C1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

 BLUE value IS 193 (75.78% from 255) = 57.96%

R = 36.64%
G = 5.41%
B = 57.96%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7A12C1 (or 0x7A12C1) is known color: Dark Violet. HEX triplet: 7A, 12 and C1. RGB value is (122,18,193). Sum of RGB (Red+Green+Blue) = 122+18+193=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 193 (75.78% from 255 or 57.96% from 333); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A12C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A12C1 is #85ED3E. Grayscale: #444444. Windows color (decimal): -8777023 or 12653178. OLE color: 12653178.

HSL color Cylindrical-coordinate representation of color #7A12C1: hue angle of 275.66º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A12C1 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 18 193 -
CMYK 0.37 0.91 0 0.24
HSL 275.66º 0.83% 0.41% -
HSV(B) 275.66º 0.91% 0.76% -
XYZ 17.87 8.42 51.14 -
YUV 69.05 197.96 165.77 -
System Red Green Blue C M Y K H S L
Decimal 122 18 193 0.37 0.91 0 0.24 275.66 0.83 0.41
Hex 7A 12 C1 25 5B 0 18 114 53 29
Octal 172 22 301 45 133 0 30 424 123 51
Binary 1111010 10010 11000001 100101 1011011 0 11000 100010100 1010011 101001

Color Harmonies of #7A12C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A12C1

Black with #7A12C1

Text Example


Text Example

White with #7A12C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,18,193); }

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

background-color css

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

 a { background-color: rgb(122,18,193); }

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

border-color css

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

 span { border-color: rgb(122,18,193); }

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