Html Css Color HEX #7A41DB Blue Violet

📋 copy color: '#7A41DB'

red 122 ◦ green 65 ◦ blue 219

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

Shades of Blue Violet #7A41DB

Tints of Blue Violet #7A41DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.01%

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

R = 30.05%
G = 16.01%
B = 53.94%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A41DB (or 0x7A41DB) is known color: Blue Violet. HEX triplet: 7A, 41 and DB. RGB value is (122,65,219). Sum of RGB (Red+Green+Blue) = 122+65+219=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A41DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A41DB is #85BE24. Grayscale: #636363. Windows color (decimal): -8764965 or 14369146. OLE color: 14369146.

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

Color convert

RGB 122 65 219 -
CMYK 0.44 0.70 0 0.14
HSL 262.21º 0.68% 0.56% -
HSV(B) 262.21º 0.7% 0.86% -
XYZ 22.7 13.03 68.34 -
YUV 99.6 195.38 143.98 -
System Red Green Blue C M Y K H S L
Decimal 122 65 219 0.44 0.70 0 0.14 262.21 0.68 0.56
Hex 7A 41 DB 2C 46 0 E 106 44 38
Octal 172 101 333 54 106 0 16 406 104 70
Binary 1111010 1000001 11011011 101100 1000110 0 1110 100000110 1000100 111000

Color Harmonies of #7A41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A41DB

Black with #7A41DB

Text Example


Text Example

White with #7A41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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