Html Css Color HEX #773BE7 Blue Violet

📋 copy color: '#773BE7'

red 119 ◦ green 59 ◦ blue 231

#773BE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #773BE7

Tints of Blue Violet #773BE7

RGB

 RED value IS 119 (46.88% from 255) = 29.1%

 GREEN value IS 59 (23.44% from 255) = 14.43%

 BLUE value IS 231 (90.63% from 255) = 56.48%

R = 29.1%
G = 14.43%
B = 56.48%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#773BE7 (or 0x773BE7) is known color: Blue Violet. HEX triplet: 77, 3B and E7. RGB value is (119,59,231). Sum of RGB (Red+Green+Blue) = 119+59+231=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #773BE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773BE7 is #88C418. Grayscale: #5F5F5F. Windows color (decimal): -8963097 or 15154039. OLE color: 15154039.

HSL color Cylindrical-coordinate representation of color #773BE7: hue angle of 260.93º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773BE7 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 59 231 -
CMYK 0.48 0.74 0 0.09
HSL 260.93º 0.78% 0.57% -
HSV(B) 260.93º 0.74% 0.91% -
XYZ 23.6 12.82 76.83 -
YUV 96.55 203.88 144.01 -
System Red Green Blue C M Y K H S L
Decimal 119 59 231 0.48 0.74 0 0.09 260.93 0.78 0.57
Hex 77 3B E7 30 4A 0 9 105 4E 39
Octal 167 73 347 60 112 0 11 405 116 71
Binary 1110111 111011 11100111 110000 1001010 0 1001 100000101 1001110 111001

Color Harmonies of #773BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BE7

Black with #773BE7

Text Example


Text Example

White with #773BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,59,231); }

 H1.HeaderClassName
 {
   color: #773BE7;
 }
 .AnyTagClassName
 {
   color: #773BE7;
 }
</style>

background-color css

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

 a { background-color: rgb(119,59,231); }

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

border-color css

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

 span { border-color: rgb(119,59,231); }

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