Html Css Color HEX #770085 Purple

📋 copy color: '#770085'

red 119 ◦ green 0 ◦ blue 133

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

Shades of Purple #770085

Tints of Purple #770085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 47.22%
G = 0%
B = 52.78%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#770085 (or 0x770085) is known color: Purple. HEX triplet: 77, 00 and 85. RGB value is (119,0,133). Sum of RGB (Red+Green+Blue) = 119+0+133=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #770085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770085 is #88FF7A. Grayscale: #323232. Windows color (decimal): -8978299 or 8716407. OLE color: 8716407.

HSL color Cylindrical-coordinate representation of color #770085: hue angle of 293.68º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770085 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 0 133 -
CMYK 0.11 1 0 0.48
HSL 293.68º 1% 0.26% -
HSV(B) 293.68º 1% 0.52% -
XYZ 11.84 5.62 22.65 -
YUV 50.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 119 0 133 0.11 1 0 0.48 293.68 1 0.26
Hex 77 0 85 B 64 0 30 126 64 1A
Octal 167 0 205 13 144 0 60 446 144 32
Binary 1110111 0 10000101 1011 1100100 0 110000 100100110 1100100 11010

Color Harmonies of #770085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770085

Black with #770085

Text Example


Text Example

White with #770085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770085; }

 p { color: rgb(119,0,133); }

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

background-color css

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

 a { background-color: rgb(119,0,133); }

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

border-color css

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

 span { border-color: rgb(119,0,133); }

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