#7642DD

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

Shades of Blue Violet #7642DD

Tints of Blue Violet #7642DD

Color information

#7642DD (or 0x7642DD) is unknown color: approx Blue Violet. HEX triplet: 76, 42 and DD. RGB value is (118,66,221). Sum of RGB (Red+Green+Blue) = 118+66+221=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #7642DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7642DD is #89BD22. Grayscale: #626262. Windows color (decimal): -9026851 or 14500470. OLE color: 14500470.

HSL color Cylindrical-coordinate representation of color #7642DD: hue angle of 260.13º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7642DD is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11866221-
CMYK0.470.7000.13
HSL260.13º69.51%56.27%-
HSV(B)260.13º70.14%86.67%-
XYZ22.4712.9769.73-
YUV99.22196.73141.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 66 (26.17% from 255) = 16.30%
BLUE value IS 221 (86.72% from 255) = 54.57%
R=29.14%
G=16.30%
B=54.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118662210.470.7000.13260.1369.5156.27
Hex7642DD2F460D1044638
Octal1661023355710601540410670
Binary11101101000010110111011011111000110011011000001001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7642DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7642DD; }

 p { color: rgb(118,66,221); }

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

<style>
 a { background-color: #7642DD; }

 a { background-color: rgb(118,66,221); }

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

<style>
 span { border-color: #7642DD; }

 span { border-color: rgb(118,66,221); }

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