Html Css Color HEX #7A10DB Blue Violet

📋 copy color: '#7A10DB'

red 122 ◦ green 16 ◦ blue 219

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

Shades of Blue Violet #7A10DB

Tints of Blue Violet #7A10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.48%

 BLUE value IS 219 (85.94% from 255) = 61.34%

R = 34.17%
G = 4.48%
B = 61.34%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A10DB (or 0x7A10DB) is known color: Blue Violet. HEX triplet: 7A, 10 and DB. RGB value is (122,16,219). Sum of RGB (Red+Green+Blue) = 122+16+219=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A10DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A10DB is #85EF24. Grayscale: #464646. Windows color (decimal): -8777509 or 14356602. OLE color: 14356602.

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

Color convert

RGB 122 16 219 -
CMYK 0.44 0.93 0 0.14
HSL 271.33º 0.86% 0.46% -
HSV(B) 271.33º 0.93% 0.86% -
XYZ 21 9.62 67.77 -
YUV 70.84 211.62 164.49 -
System Red Green Blue C M Y K H S L
Decimal 122 16 219 0.44 0.93 0 0.14 271.33 0.86 0.46
Hex 7A 10 DB 2C 5D 0 E 10F 56 2E
Octal 172 20 333 54 135 0 16 417 126 56
Binary 1111010 10000 11011011 101100 1011101 0 1110 100001111 1010110 101110

Color Harmonies of #7A10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A10DB

Black with #7A10DB

Text Example


Text Example

White with #7A10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,16,219); }

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

background-color css

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

 a { background-color: rgb(122,16,219); }

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

border-color css

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

 span { border-color: rgb(122,16,219); }

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