Html Css Color HEX #773AFE Blue Violet

📋 copy color: '#773AFE'

red 119 ◦ green 58 ◦ blue 254

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

Shades of Blue Violet #773AFE

Tints of Blue Violet #773AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.46%

 BLUE value IS 254 (99.61% from 255) = 58.93%

R = 27.61%
G = 13.46%
B = 58.93%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#773AFE (or 0x773AFE) is known color: Blue Violet. HEX triplet: 77, 3A and FE. RGB value is (119,58,254). Sum of RGB (Red+Green+Blue) = 119+58+254=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #773AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773AFE is #88C501. Grayscale: #616161. Windows color (decimal): -8963330 or 16661111. OLE color: 16661111.

HSL color Cylindrical-coordinate representation of color #773AFE: hue angle of 258.67º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #773AFE is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 58 254 -
CMYK 0.53 0.77 0 0.00
HSL 258.67º 0.99% 0.61% -
HSV(B) 258.67º 0.77% 1% -
XYZ 27.01 14.1 95.06 -
YUV 98.58 215.71 142.56 -
System Red Green Blue C M Y K H S L
Decimal 119 58 254 0.53 0.77 0 0.00 258.67 0.99 0.61
Hex 77 3A FE 35 4D 0 0 103 63 3D
Octal 167 72 376 65 115 0 0 403 143 75
Binary 1110111 111010 11111110 110101 1001101 0 0 100000011 1100011 111101

Color Harmonies of #773AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773AFE

Black with #773AFE

Text Example


Text Example

White with #773AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,58,254); }

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

background-color css

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

 a { background-color: rgb(119,58,254); }

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

border-color css

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

 span { border-color: rgb(119,58,254); }

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