Html Css Color HEX #773CE8 Blue Violet

📋 copy color: '#773CE8'

red 119 ◦ green 60 ◦ blue 232

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

Shades of Blue Violet #773CE8

Tints of Blue Violet #773CE8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.6%

 BLUE value IS 232 (91.02% from 255) = 56.45%

R = 28.95%
G = 14.6%
B = 56.45%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#773CE8 (or 0x773CE8) is known color: Blue Violet. HEX triplet: 77, 3C and E8. RGB value is (119,60,232). Sum of RGB (Red+Green+Blue) = 119+60+232=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 232 (91.02% from 255 or 56.45% from 411); Max value from RGB is 232 - color contains mainly: blue. Hex color #773CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773CE8 is #88C317. Grayscale: #606060. Windows color (decimal): -8962840 or 15219831. OLE color: 15219831.

HSL color Cylindrical-coordinate representation of color #773CE8: hue angle of 260.58º degrees, saturation: 0.79, 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 #773CE8 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 60 232 -
CMYK 0.49 0.74 0 0.09
HSL 260.58º 0.79% 0.57% -
HSV(B) 260.58º 0.74% 0.91% -
XYZ 23.79 12.98 77.6 -
YUV 97.25 204.05 143.51 -
System Red Green Blue C M Y K H S L
Decimal 119 60 232 0.49 0.74 0 0.09 260.58 0.79 0.57
Hex 77 3C E8 31 4A 0 9 105 4F 39
Octal 167 74 350 61 112 0 11 405 117 71
Binary 1110111 111100 11101000 110001 1001010 0 1001 100000101 1001111 111001

Color Harmonies of #773CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773CE8

Black with #773CE8

Text Example


Text Example

White with #773CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,60,232); }

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

background-color css

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

 a { background-color: rgb(119,60,232); }

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

border-color css

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

 span { border-color: rgb(119,60,232); }

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