Html Css Color HEX #773BED Blue Violet

📋 copy color: '#773BED'

red 119 ◦ green 59 ◦ blue 237

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

Shades of Blue Violet #773BED

Tints of Blue Violet #773BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.11%

R = 28.67%
G = 14.22%
B = 57.11%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#773BED (or 0x773BED) is known color: Blue Violet. HEX triplet: 77, 3B and ED. RGB value is (119,59,237). Sum of RGB (Red+Green+Blue) = 119+59+237=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #773BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773BED is #88C412. Grayscale: #606060. Windows color (decimal): -8963091 or 15547255. OLE color: 15547255.

HSL color Cylindrical-coordinate representation of color #773BED: hue angle of 260.22º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773BED is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 59 237 -
CMYK 0.50 0.75 0 0.07
HSL 260.22º 0.83% 0.58% -
HSV(B) 260.22º 0.75% 0.93% -
XYZ 24.46 13.16 81.37 -
YUV 97.23 206.88 143.53 -
System Red Green Blue C M Y K H S L
Decimal 119 59 237 0.50 0.75 0 0.07 260.22 0.83 0.58
Hex 77 3B ED 32 4B 0 7 104 53 3A
Octal 167 73 355 62 113 0 7 404 123 72
Binary 1110111 111011 11101101 110010 1001011 0 111 100000100 1010011 111010

Color Harmonies of #773BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BED

Black with #773BED

Text Example


Text Example

White with #773BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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