#7624DD

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

Shades of Blue Violet #7624DD

Tints of Blue Violet #7624DD

Color information

#7624DD (or 0x7624DD) is unknown color: approx Blue Violet. HEX triplet: 76, 24 and DD. RGB value is (118,36,221). Sum of RGB (Red+Green+Blue) = 118+36+221=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #7624DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7624DD is #89DB22. Grayscale: #505050. Windows color (decimal): -9034531 or 14492790. OLE color: 14492790.

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

Color convert

RGB11836221-
CMYK0.470.8400.13
HSL266.59º73.12%50.39%-
HSV(B)266.59º83.71%86.67%-
XYZ21.1510.3369.29-
YUV81.61206.67153.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 36 (14.45% from 255) = 9.6%
BLUE value IS 221 (86.72% from 255) = 58.93%
R=31.47%
G=9.6%
B=58.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118362210.470.8400.13266.5973.1250.39
Hex7624DD2F540D10b4932
Octal166443355712401541311162
Binary1110110100100110111011011111010100011011000010111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7624DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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