Html Css Color HEX #770467 Purple

📋 copy color: '#770467'

red 119 ◦ green 4 ◦ blue 103

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

Shades of Purple #770467

Tints of Purple #770467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.58%

R = 52.65%
G = 1.77%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#770467 (or 0x770467) is known color: Purple. HEX triplet: 77, 04 and 67. RGB value is (119,4,103). Sum of RGB (Red+Green+Blue) = 119+4+103=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #770467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770467 is #88FB98. Grayscale: #313131. Windows color (decimal): -8977305 or 6751351. OLE color: 6751351.

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

Color convert

RGB 119 4 103 -
CMYK 0 0.97 0.13 0.53
HSL 308.35º 0.93% 0.24% -
HSV(B) 308.35º 0.97% 0.47% -
XYZ 10.1 4.99 13.26 -
YUV 49.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 119 4 103 0 0.97 0.13 0.53 308.35 0.93 0.24
Hex 77 4 67 0 61 D 35 134 5D 18
Octal 167 4 147 0 141 15 65 464 135 30
Binary 1110111 100 1100111 0 1100001 1101 110101 100110100 1011101 11000

Color Harmonies of #770467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770467

Black with #770467

Text Example


Text Example

White with #770467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770467; }

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

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

background-color css

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

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

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

border-color css

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

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

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