#7733F1

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

Shades of Blue Violet #7733F1

Tints of Blue Violet #7733F1

Color information

#7733F1 (or 0x7733F1) is unknown color: approx Blue Violet. HEX triplet: 77, 33 and F1. RGB value is (119,51,241). Sum of RGB (Red+Green+Blue) = 119+51+241=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #7733F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7733F1 is #88CC0E. Grayscale: #5C5C5C. Windows color (decimal): -8965135 or 15807351. OLE color: 15807351.

HSL color Cylindrical-coordinate representation of color #7733F1: hue angle of 261.47º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7733F1 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11951241-
CMYK0.510.7900.05
HSL261.47º87.16%57.25%-
HSV(B)261.47º78.84%94.51%-
XYZ24.6712.6484.36-
YUV92.99211.53146.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.95%
GREEN value IS 51 (20.31% from 255) = 12.41%
BLUE value IS 241 (94.53% from 255) = 58.64%
R=28.95%
G=12.41%
B=58.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal119512410.510.7900.05261.4787.1657.25
Hex7733F1334F051055739
Octal16763361631170540512771
Binary111011111001111110001110011100111101011000001011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7733F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7733F1; }

 p { color: rgb(119,51,241); }

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

<style>
 a { background-color: #7733F1; }

 a { background-color: rgb(119,51,241); }

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

<style>
 span { border-color: #7733F1; }

 span { border-color: rgb(119,51,241); }

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