Html Css Color HEX #7A12CD Dark Violet

📋 copy color: '#7A12CD'

red 122 ◦ green 18 ◦ blue 205

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

Shades of Dark Violet #7A12CD

Tints of Dark Violet #7A12CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.42%

R = 35.36%
G = 5.22%
B = 59.42%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A12CD (or 0x7A12CD) is known color: Dark Violet. HEX triplet: 7A, 12 and CD. RGB value is (122,18,205). Sum of RGB (Red+Green+Blue) = 122+18+205=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A12CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A12CD is #85ED32. Grayscale: #454545. Windows color (decimal): -8777011 or 13439610. OLE color: 13439610.

HSL color Cylindrical-coordinate representation of color #7A12CD: hue angle of 273.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A12CD is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 18 205 -
CMYK 0.40 0.91 0 0.20
HSL 273.37º 0.84% 0.44% -
HSV(B) 273.37º 0.91% 0.8% -
XYZ 19.26 8.98 58.48 -
YUV 70.41 203.96 164.79 -
System Red Green Blue C M Y K H S L
Decimal 122 18 205 0.40 0.91 0 0.20 273.37 0.84 0.44
Hex 7A 12 CD 28 5B 0 14 111 54 2C
Octal 172 22 315 50 133 0 24 421 124 54
Binary 1111010 10010 11001101 101000 1011011 0 10100 100010001 1010100 101100

Color Harmonies of #7A12CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A12CD

Black with #7A12CD

Text Example


Text Example

White with #7A12CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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