Html Css Color HEX #770362 Purple

📋 copy color: '#770362'

red 119 ◦ green 3 ◦ blue 98

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

Shades of Purple #770362

Tints of Purple #770362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 54.09%
G = 1.36%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#770362 (or 0x770362) is known color: Purple. HEX triplet: 77, 03 and 62. RGB value is (119,3,98). Sum of RGB (Red+Green+Blue) = 119+3+98=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #770362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770362 is #88FC9D. Grayscale: #303030. Windows color (decimal): -8977566 or 6423415. OLE color: 6423415.

HSL color Cylindrical-coordinate representation of color #770362: hue angle of 310.86º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770362 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 98 -
CMYK 0 0.97 0.18 0.53
HSL 310.86º 0.95% 0.24% -
HSV(B) 310.86º 0.97% 0.47% -
XYZ 9.84 4.87 11.98 -
YUV 48.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 119 3 98 0 0.97 0.18 0.53 310.86 0.95 0.24
Hex 77 3 62 0 61 12 35 137 5F 18
Octal 167 3 142 0 141 22 65 467 137 30
Binary 1110111 11 1100010 0 1100001 10010 110101 100110111 1011111 11000

Color Harmonies of #770362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770362

Black with #770362

Text Example


Text Example

White with #770362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770362; }

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

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

background-color css

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

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

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

border-color css

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

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

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