#7422DB

Color #7422DB Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7422DB

Tints of Blue Violet #7422DB

Color information

#7422DB (or 0x7422DB) is unknown color: approx Blue Violet. HEX triplet: 74, 22 and DB. RGB value is (116,34,219). Sum of RGB (Red+Green+Blue) = 116+34+219=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #7422DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7422DB is #8BDD24. Grayscale: #4E4E4E. Windows color (decimal): -9166117 or 14361204. OLE color: 14361204.

HSL color Cylindrical-coordinate representation of color #7422DB: hue angle of 266.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7422DB is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11634219-
CMYK0.470.8400.14
HSL266.59º73.12%49.61%-
HSV(B)266.59º84.47%85.88%-
XYZ20.569.9767.86-
YUV79.61206.67153.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 34 (13.67% from 255) = 9.21%
BLUE value IS 219 (85.94% from 255) = 59.35%
R=31.44%
G=9.21%
B=59.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal116342190.470.8400.14266.5973.1249.61
Hex7422DB2F540E10b4932
Octal164423335712401641311162
Binary1110100100010110110111011111010100011101000010111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7422DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7422DB; }

 p { color: rgb(116,34,219); }

 H1.HeaderClassName
 {
   color: #7422DB;
 }
 .AnyTagClassName
 {
   color: #7422DB;
 }
</style>
background-color css

<style>
 a { background-color: #7422DB; }

 a { background-color: rgb(116,34,219); }

 div.DivClassName
 {
   background-color: #7422DB;
 }
 .BgClassName
 {
   background-color: #7422DB;
 }
</style>
border-color css

<style>
 span { border-color: #7422DB; }

 span { border-color: rgb(116,34,219); }

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