#7636DA

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

Shades of Blue Violet #7636DA

Tints of Blue Violet #7636DA

Color information

#7636DA (or 0x7636DA) is unknown color: approx Blue Violet. HEX triplet: 76, 36 and DA. RGB value is (118,54,218). Sum of RGB (Red+Green+Blue) = 118+54+218=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #7636DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7636DA is #89C925. Grayscale: #5B5B5B. Windows color (decimal): -9029926 or 14300790. OLE color: 14300790.

HSL color Cylindrical-coordinate representation of color #7636DA: hue angle of 263.41º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7636DA is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11854218-
CMYK0.460.7500.15
HSL263.41º68.91%53.33%-
HSV(B)263.41º75.23%85.49%-
XYZ21.4511.5567.43-
YUV91.83199.2146.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 54 (21.48% from 255) = 13.85%
BLUE value IS 218 (85.55% from 255) = 55.90%
R=30.26%
G=13.85%
B=55.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal118542180.460.7500.15263.4168.9153.33
Hex7636DA2E4B0F1074535
Octal166663325611301740710565
Binary1110110110110110110101011101001011011111000001111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7636DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7636DA; }

 p { color: rgb(118,54,218); }

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

<style>
 a { background-color: #7636DA; }

 a { background-color: rgb(118,54,218); }

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

<style>
 span { border-color: #7636DA; }

 span { border-color: rgb(118,54,218); }

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