Html Css Color HEX #7A12DD Blue Violet

📋 copy color: '#7A12DD'

red 122 ◦ green 18 ◦ blue 221

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

Shades of Blue Violet #7A12DD

Tints of Blue Violet #7A12DD

RGB

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

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

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

R = 33.8%
G = 4.99%
B = 61.22%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A12DD (or 0x7A12DD) is known color: Blue Violet. HEX triplet: 7A, 12 and DD. RGB value is (122,18,221). Sum of RGB (Red+Green+Blue) = 122+18+221=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A12DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A12DD is #85ED22. Grayscale: #474747. Windows color (decimal): -8776995 or 14488186. OLE color: 14488186.

HSL color Cylindrical-coordinate representation of color #7A12DD: hue angle of 270.74º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A12DD is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 18 221 -
CMYK 0.45 0.92 0 0.13
HSL 270.74º 0.85% 0.47% -
HSV(B) 270.74º 0.92% 0.87% -
XYZ 21.29 9.79 69.17 -
YUV 72.24 211.96 163.49 -
System Red Green Blue C M Y K H S L
Decimal 122 18 221 0.45 0.92 0 0.13 270.74 0.85 0.47
Hex 7A 12 DD 2D 5C 0 D 10F 55 2F
Octal 172 22 335 55 134 0 15 417 125 57
Binary 1111010 10010 11011101 101101 1011100 0 1101 100001111 1010101 101111

Color Harmonies of #7A12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A12DD

Black with #7A12DD

Text Example


Text Example

White with #7A12DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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