Html Css Color HEX #770875 Purple

📋 copy color: '#770875'

red 119 ◦ green 8 ◦ blue 117

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

Shades of Purple #770875

Tints of Purple #770875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.28%

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

R = 48.77%
G = 3.28%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#770875 (or 0x770875) is known color: Purple. HEX triplet: 77, 08 and 75. RGB value is (119,8,117). Sum of RGB (Red+Green+Blue) = 119+8+117=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #770875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770875 is #88F78A. Grayscale: #353535. Windows color (decimal): -8976267 or 7669879. OLE color: 7669879.

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

Color convert

RGB 119 8 117 -
CMYK 0 0.93 0.02 0.53
HSL 301.08º 0.87% 0.25% -
HSV(B) 301.08º 0.93% 0.47% -
XYZ 10.91 5.38 17.29 -
YUV 53.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 119 8 117 0 0.93 0.02 0.53 301.08 0.87 0.25
Hex 77 8 75 0 5D 2 35 12D 57 19
Octal 167 10 165 0 135 2 65 455 127 31
Binary 1110111 1000 1110101 0 1011101 10 110101 100101101 1010111 11001

Color Harmonies of #770875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770875

Black with #770875

Text Example


Text Example

White with #770875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770875; }

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

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

background-color css

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

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

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

border-color css

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

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

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