Html Css Color HEX #770462 Purple

📋 copy color: '#770462'

red 119 ◦ green 4 ◦ blue 98

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

Shades of Purple #770462

Tints of Purple #770462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

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

R = 53.85%
G = 1.81%
B = 44.34%

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

#770462 (or 0x770462) is known color: Purple. HEX triplet: 77, 04 and 62. RGB value is (119,4,98). Sum of RGB (Red+Green+Blue) = 119+4+98=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #770462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770462 is #88FB9D. Grayscale: #303030. Windows color (decimal): -8977310 or 6423671. OLE color: 6423671.

HSL color Cylindrical-coordinate representation of color #770462: hue angle of 310.96º degrees, saturation: 0.93, 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 #770462 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 4 98 -
CMYK 0 0.97 0.18 0.53
HSL 310.96º 0.93% 0.24% -
HSV(B) 310.96º 0.97% 0.47% -
XYZ 9.86 4.89 11.98 -
YUV 49.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 119 4 98 0 0.97 0.18 0.53 310.96 0.93 0.24
Hex 77 4 62 0 61 12 35 137 5D 18
Octal 167 4 142 0 141 22 65 467 135 30
Binary 1110111 100 1100010 0 1100001 10010 110101 100110111 1011101 11000

Color Harmonies of #770462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770462

Black with #770462

Text Example


Text Example

White with #770462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770462; }

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

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

background-color css

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

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

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

border-color css

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

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

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