Html Css Color HEX #7A12DA Blue Violet

📋 copy color: '#7A12DA'

red 122 ◦ green 18 ◦ blue 218

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

Shades of Blue Violet #7A12DA

Tints of Blue Violet #7A12DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.89%

R = 34.08%
G = 5.03%
B = 60.89%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7A12DA (or 0x7A12DA) is known color: Blue Violet. HEX triplet: 7A, 12 and DA. RGB value is (122,18,218). Sum of RGB (Red+Green+Blue) = 122+18+218=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A12DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A12DA is #85ED25. Grayscale: #474747. Windows color (decimal): -8776998 or 14291578. OLE color: 14291578.

HSL color Cylindrical-coordinate representation of color #7A12DA: hue angle of 271.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A12DA is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 18 218 -
CMYK 0.44 0.92 0 0.15
HSL 271.2º 0.85% 0.46% -
HSV(B) 271.2º 0.92% 0.85% -
XYZ 20.9 9.63 67.09 -
YUV 71.9 210.46 163.74 -
System Red Green Blue C M Y K H S L
Decimal 122 18 218 0.44 0.92 0 0.15 271.2 0.85 0.46
Hex 7A 12 DA 2C 5C 0 F 10F 55 2E
Octal 172 22 332 54 134 0 17 417 125 56
Binary 1111010 10010 11011010 101100 1011100 0 1111 100001111 1010101 101110

Color Harmonies of #7A12DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A12DA

Black with #7A12DA

Text Example


Text Example

White with #7A12DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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