Html Css Color HEX #770390 Purple

📋 copy color: '#770390'

red 119 ◦ green 3 ◦ blue 144

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

Shades of Purple #770390

Tints of Purple #770390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 44.74%
G = 1.13%
B = 54.14%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#770390 (or 0x770390) is known color: Purple. HEX triplet: 77, 03 and 90. RGB value is (119,3,144). Sum of RGB (Red+Green+Blue) = 119+3+144=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #770390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770390 is #88FC6F. Grayscale: #353535. Windows color (decimal): -8977520 or 9438071. OLE color: 9438071.

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

Color convert

RGB 119 3 144 -
CMYK 0.17 0.98 0 0.44
HSL 289.36º 0.96% 0.29% -
HSV(B) 289.36º 0.98% 0.56% -
XYZ 12.67 6 26.88 -
YUV 53.76 178.93 174.54 -
System Red Green Blue C M Y K H S L
Decimal 119 3 144 0.17 0.98 0 0.44 289.36 0.96 0.29
Hex 77 3 90 11 62 0 2C 121 60 1D
Octal 167 3 220 21 142 0 54 441 140 35
Binary 1110111 11 10010000 10001 1100010 0 101100 100100001 1100000 11101

Color Harmonies of #770390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770390

Black with #770390

Text Example


Text Example

White with #770390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770390; }

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

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

background-color css

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

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

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

border-color css

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

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

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