Html Css Color HEX #770385 Purple

📋 copy color: '#770385'

red 119 ◦ green 3 ◦ blue 133

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

Shades of Purple #770385

Tints of Purple #770385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 46.67%
G = 1.18%
B = 52.16%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#770385 (or 0x770385) is known color: Purple. HEX triplet: 77, 03 and 85. RGB value is (119,3,133). Sum of RGB (Red+Green+Blue) = 119+3+133=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #770385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770385 is #88FC7A. Grayscale: #343434. Windows color (decimal): -8977531 or 8717175. OLE color: 8717175.

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

Color convert

RGB 119 3 133 -
CMYK 0.11 0.98 0 0.48
HSL 293.54º 0.96% 0.27% -
HSV(B) 293.54º 0.98% 0.52% -
XYZ 11.87 5.68 22.66 -
YUV 52.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 119 3 133 0.11 0.98 0 0.48 293.54 0.96 0.27
Hex 77 3 85 B 62 0 30 126 60 1B
Octal 167 3 205 13 142 0 60 446 140 33
Binary 1110111 11 10000101 1011 1100010 0 110000 100100110 1100000 11011

Color Harmonies of #770385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770385

Black with #770385

Text Example


Text Example

White with #770385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770385; }

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

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

background-color css

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

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

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

border-color css

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

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

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