#762FE4

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

Shades of Blue Violet #762FE4

Tints of Blue Violet #762FE4

Color information

#762FE4 (or 0x762FE4) is unknown color: approx Blue Violet. HEX triplet: 76, 2F and E4. RGB value is (118,47,228). Sum of RGB (Red+Green+Blue) = 118+47+228=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 228 (89.45% from 255 or 58.02% from 393); Max value from RGB is 228 - color contains mainly: blue. Hex color #762FE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FE4 is #89D01B. Grayscale: #585858. Windows color (decimal): -9031708 or 14954358. OLE color: 14954358.

HSL color Cylindrical-coordinate representation of color #762FE4: hue angle of 263.54º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762FE4 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11847228-
CMYK0.480.7900.11
HSL263.54º77.02%53.92%-
HSV(B)263.54º79.39%89.41%-
XYZ22.4911.4974.43-
YUV88.86206.52148.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 47 (18.75% from 255) = 11.96%
BLUE value IS 228 (89.45% from 255) = 58.02%
R=30.03%
G=11.96%
B=58.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal118472280.480.7900.11263.5477.0253.92
Hex762FE4304F0B1084d36
Octal166573446011701341011566
Binary1110110101111111001001100001001111010111000010001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,47,228); }

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

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

 a { background-color: rgb(118,47,228); }

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

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

 span { border-color: rgb(118,47,228); }

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