Html Css Color HEX #773DDB Blue Violet

📋 copy color: '#773DDB'

red 119 ◦ green 61 ◦ blue 219

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

Shades of Blue Violet #773DDB

Tints of Blue Violet #773DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.29%

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 29.82%
G = 15.29%
B = 54.89%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#773DDB (or 0x773DDB) is known color: Blue Violet. HEX triplet: 77, 3D and DB. RGB value is (119,61,219). Sum of RGB (Red+Green+Blue) = 119+61+219=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #773DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DDB is #88C224. Grayscale: #5F5F5F. Windows color (decimal): -8962597 or 14368119. OLE color: 14368119.

HSL color Cylindrical-coordinate representation of color #773DDB: hue angle of 262.03º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #773DDB is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 61 219 -
CMYK 0.46 0.72 0 0.14
HSL 262.03º 0.69% 0.55% -
HSV(B) 262.03º 0.72% 0.86% -
XYZ 22.06 12.37 68.24 -
YUV 96.35 197.22 144.15 -
System Red Green Blue C M Y K H S L
Decimal 119 61 219 0.46 0.72 0 0.14 262.03 0.69 0.55
Hex 77 3D DB 2E 48 0 E 106 45 37
Octal 167 75 333 56 110 0 16 406 105 67
Binary 1110111 111101 11011011 101110 1001000 0 1110 100000110 1000101 110111

Color Harmonies of #773DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DDB

Black with #773DDB

Text Example


Text Example

White with #773DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,61,219); }

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

background-color css

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

 a { background-color: rgb(119,61,219); }

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

border-color css

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

 span { border-color: rgb(119,61,219); }

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