#762BDC

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

Shades of Blue Violet #762BDC

Tints of Blue Violet #762BDC

Color information

#762BDC (or 0x762BDC) is unknown color: approx Blue Violet. HEX triplet: 76, 2B and DC. RGB value is (118,43,220). Sum of RGB (Red+Green+Blue) = 118+43+220=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #762BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BDC is #89D423. Grayscale: #545454. Windows color (decimal): -9032740 or 14429046. OLE color: 14429046.

HSL color Cylindrical-coordinate representation of color #762BDC: hue angle of 265.42º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762BDC is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11843220-
CMYK0.460.8000.14
HSL265.42º71.66%51.57%-
HSV(B)265.42º80.45%86.27%-
XYZ21.2510.7568.66-
YUV85.6203.85151.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 43 (17.19% from 255) = 11.29%
BLUE value IS 220 (86.33% from 255) = 57.74%
R=30.97%
G=11.29%
B=57.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal118432200.460.8000.14265.4271.6651.57
Hex762BDC2E500E1094834
Octal166533345612001641111064
Binary1110110101011110111001011101010000011101000010011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762BDC; }

 p { color: rgb(118,43,220); }

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

<style>
 a { background-color: #762BDC; }

 a { background-color: rgb(118,43,220); }

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

<style>
 span { border-color: #762BDC; }

 span { border-color: rgb(118,43,220); }

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