Html Css Color HEX #770175 Purple

📋 copy color: '#770175'

red 119 ◦ green 1 ◦ blue 117

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

Shades of Purple #770175

Tints of Purple #770175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 117 (46.09% from 255) = 49.37%

R = 50.21%
G = 0.42%
B = 49.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#770175 (or 0x770175) is known color: Purple. HEX triplet: 77, 01 and 75. RGB value is (119,1,117). Sum of RGB (Red+Green+Blue) = 119+1+117=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #770175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770175 is #88FE8A. Grayscale: #313131. Windows color (decimal): -8978059 or 7668087. OLE color: 7668087.

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

Color convert

RGB 119 1 117 -
CMYK 0 0.99 0.02 0.53
HSL 301.02º 0.98% 0.24% -
HSV(B) 301.02º 0.99% 0.47% -
XYZ 10.83 5.23 17.27 -
YUV 49.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 119 1 117 0 0.99 0.02 0.53 301.02 0.98 0.24
Hex 77 1 75 0 63 2 35 12D 62 18
Octal 167 1 165 0 143 2 65 455 142 30
Binary 1110111 1 1110101 0 1100011 10 110101 100101101 1100010 11000

Color Harmonies of #770175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770175

Black with #770175

Text Example


Text Example

White with #770175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770175; }

 p { color: rgb(119,1,117); }

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

background-color css

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

 a { background-color: rgb(119,1,117); }

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

border-color css

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

 span { border-color: rgb(119,1,117); }

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