Html Css Color HEX #773FF8 Blue Violet

📋 copy color: '#773FF8'

red 119 ◦ green 63 ◦ blue 248

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

Shades of Blue Violet #773FF8

Tints of Blue Violet #773FF8

RGB

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

 GREEN value IS 63 (25% from 255) = 14.65%

 BLUE value IS 248 (97.27% from 255) = 57.67%

R = 27.67%
G = 14.65%
B = 57.67%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#773FF8 (or 0x773FF8) is known color: Blue Violet. HEX triplet: 77, 3F and F8. RGB value is (119,63,248). Sum of RGB (Red+Green+Blue) = 119+63+248=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 248 (97.27% from 255 or 57.67% from 430); Max value from RGB is 248 - color contains mainly: blue. Hex color #773FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773FF8 is #88C007. Grayscale: #646464. Windows color (decimal): -8962056 or 16269175. OLE color: 16269175.

HSL color Cylindrical-coordinate representation of color #773FF8: hue angle of 258.16º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773FF8 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 63 248 -
CMYK 0.52 0.75 0 0.03
HSL 258.16º 0.93% 0.61% -
HSV(B) 258.16º 0.75% 0.97% -
XYZ 26.33 14.25 90.17 -
YUV 100.83 211.05 140.96 -
System Red Green Blue C M Y K H S L
Decimal 119 63 248 0.52 0.75 0 0.03 258.16 0.93 0.61
Hex 77 3F F8 34 4B 0 3 102 5D 3D
Octal 167 77 370 64 113 0 3 402 135 75
Binary 1110111 111111 11111000 110100 1001011 0 11 100000010 1011101 111101

Color Harmonies of #773FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FF8

Black with #773FF8

Text Example


Text Example

White with #773FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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