#7635DE

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

Shades of Blue Violet #7635DE

Tints of Blue Violet #7635DE

Color information

#7635DE (or 0x7635DE) is unknown color: approx Blue Violet. HEX triplet: 76, 35 and DE. RGB value is (118,53,222). Sum of RGB (Red+Green+Blue) = 118+53+222=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #7635DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7635DE is #89CA21. Grayscale: #5B5B5B. Windows color (decimal): -9030178 or 14562678. OLE color: 14562678.

HSL color Cylindrical-coordinate representation of color #7635DE: hue angle of 263.08º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7635DE is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11853222-
CMYK0.470.7600.13
HSL263.08º71.91%53.92%-
HSV(B)263.08º76.13%87.06%-
XYZ21.9311.6770.2-
YUV91.7201.53146.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 53 (21.09% from 255) = 13.49%
BLUE value IS 222 (87.11% from 255) = 56.49%
R=30.03%
G=13.49%
B=56.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118532220.470.7600.13263.0871.9153.92
Hex7635DE2F4C0D1074836
Octal166653365711401540711066
Binary1110110110101110111101011111001100011011000001111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7635DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7635DE; }

 p { color: rgb(118,53,222); }

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

<style>
 a { background-color: #7635DE; }

 a { background-color: rgb(118,53,222); }

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

<style>
 span { border-color: #7635DE; }

 span { border-color: rgb(118,53,222); }

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