Html Css Color HEX #770393 Purple

📋 copy color: '#770393'

red 119 ◦ green 3 ◦ blue 147

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

Shades of Purple #770393

Tints of Purple #770393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 147 (57.81% from 255) = 54.65%

R = 44.24%
G = 1.12%
B = 54.65%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#770393 (or 0x770393) is known color: Purple. HEX triplet: 77, 03 and 93. RGB value is (119,3,147). Sum of RGB (Red+Green+Blue) = 119+3+147=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #770393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770393 is #88FC6C. Grayscale: #353535. Windows color (decimal): -8977517 or 9634679. OLE color: 9634679.

HSL color Cylindrical-coordinate representation of color #770393: hue angle of 288.33º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770393 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 3 147 -
CMYK 0.19 0.98 0 0.42
HSL 288.33º 0.96% 0.29% -
HSV(B) 288.33º 0.98% 0.58% -
XYZ 12.91 6.09 28.1 -
YUV 54.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 119 3 147 0.19 0.98 0 0.42 288.33 0.96 0.29
Hex 77 3 93 13 62 0 2A 120 60 1D
Octal 167 3 223 23 142 0 52 440 140 35
Binary 1110111 11 10010011 10011 1100010 0 101010 100100000 1100000 11101

Color Harmonies of #770393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770393

Black with #770393

Text Example


Text Example

White with #770393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770393; }

 p { color: rgb(119,3,147); }

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

background-color css

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

 a { background-color: rgb(119,3,147); }

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

border-color css

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

 span { border-color: rgb(119,3,147); }

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