Html Css Color HEX #770185 Purple

📋 copy color: '#770185'

red 119 ◦ green 1 ◦ blue 133

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

Shades of Purple #770185

Tints of Purple #770185

RGB

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

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

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

R = 47.04%
G = 0.4%
B = 52.57%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#770185 (or 0x770185) is known color: Purple. HEX triplet: 77, 01 and 85. RGB value is (119,1,133). Sum of RGB (Red+Green+Blue) = 119+1+133=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #770185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770185 is #88FE7A. Grayscale: #323232. Windows color (decimal): -8978043 or 8716663. OLE color: 8716663.

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

Color convert

RGB 119 1 133 -
CMYK 0.11 0.99 0 0.48
HSL 293.64º 0.99% 0.26% -
HSV(B) 293.64º 0.99% 0.52% -
XYZ 11.85 5.64 22.65 -
YUV 51.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 119 1 133 0.11 0.99 0 0.48 293.64 0.99 0.26
Hex 77 1 85 B 63 0 30 126 63 1A
Octal 167 1 205 13 143 0 60 446 143 32
Binary 1110111 1 10000101 1011 1100011 0 110000 100100110 1100011 11010

Color Harmonies of #770185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770185

Black with #770185

Text Example


Text Example

White with #770185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770185; }

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

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

background-color css

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

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

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

border-color css

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

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

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