Html Css Color HEX #773CED Blue Violet

📋 copy color: '#773CED'

red 119 ◦ green 60 ◦ blue 237

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

Shades of Blue Violet #773CED

Tints of Blue Violet #773CED

RGB

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

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

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

R = 28.61%
G = 14.42%
B = 56.97%

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

#773CED (or 0x773CED) is known color: Blue Violet. HEX triplet: 77, 3C and ED. RGB value is (119,60,237). Sum of RGB (Red+Green+Blue) = 119+60+237=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #773CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773CED is #88C312. Grayscale: #616161. Windows color (decimal): -8962835 or 15547511. OLE color: 15547511.

HSL color Cylindrical-coordinate representation of color #773CED: hue angle of 260º 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 #773CED is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 60 237 -
CMYK 0.50 0.75 0 0.07
HSL 260º 0.83% 0.58% -
HSV(B) 260º 0.75% 0.93% -
XYZ 24.51 13.27 81.39 -
YUV 97.82 206.55 143.11 -
System Red Green Blue C M Y K H S L
Decimal 119 60 237 0.50 0.75 0 0.07 260 0.83 0.58
Hex 77 3C ED 32 4B 0 7 104 53 3A
Octal 167 74 355 62 113 0 7 404 123 72
Binary 1110111 111100 11101101 110010 1001011 0 111 100000100 1010011 111010

Color Harmonies of #773CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773CED

Black with #773CED

Text Example


Text Example

White with #773CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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