#773FFC

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

Shades of Blue Violet #773FFC

Tints of Blue Violet #773FFC

Color information

#773FFC (or 0x773FFC) is unknown color: approx Blue Violet. HEX triplet: 77, 3F and FC. RGB value is (119,63,252). Sum of RGB (Red+Green+Blue) = 119+63+252=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #773FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773FFC is #88C003. Grayscale: #646464. Windows color (decimal): -8962052 or 16531319. OLE color: 16531319.

HSL color Cylindrical-coordinate representation of color #773FFC: hue angle of 257.78º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773FFC is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11963252-
CMYK0.530.7500.01
HSL257.78º96.92%61.76%-
HSV(B)257.78º75%98.82%-
XYZ26.9614.5193.47-
YUV101.29213.05140.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.42%
GREEN value IS 63 (25% from 255) = 14.52%
BLUE value IS 252 (98.83% from 255) = 58.06%
R=27.42%
G=14.52%
B=58.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal119632520.530.7500.01257.7896.9261.76
Hex773FFC354B01102613e
Octal16777374651130140214176
Binary1110111111111111111001101011001011011000000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773FFC; }

 p { color: rgb(119,63,252); }

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

<style>
 a { background-color: #773FFC; }

 a { background-color: rgb(119,63,252); }

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

<style>
 span { border-color: #773FFC; }

 span { border-color: rgb(119,63,252); }

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