Html Css Color HEX #770375 Purple

📋 copy color: '#770375'

red 119 ◦ green 3 ◦ blue 117

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

Shades of Purple #770375

Tints of Purple #770375

RGB

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

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

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

R = 49.79%
G = 1.26%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#770375 (or 0x770375) is known color: Purple. HEX triplet: 77, 03 and 75. RGB value is (119,3,117). Sum of RGB (Red+Green+Blue) = 119+3+117=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #770375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770375 is #88FC8A. Grayscale: #323232. Windows color (decimal): -8977547 or 7668599. OLE color: 7668599.

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

Color convert

RGB 119 3 117 -
CMYK 0 0.97 0.02 0.53
HSL 301.03º 0.95% 0.24% -
HSV(B) 301.03º 0.97% 0.47% -
XYZ 10.85 5.27 17.28 -
YUV 50.68 165.43 176.73 -
System Red Green Blue C M Y K H S L
Decimal 119 3 117 0 0.97 0.02 0.53 301.03 0.95 0.24
Hex 77 3 75 0 61 2 35 12D 5F 18
Octal 167 3 165 0 141 2 65 455 137 30
Binary 1110111 11 1110101 0 1100001 10 110101 100101101 1011111 11000

Color Harmonies of #770375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770375

Black with #770375

Text Example


Text Example

White with #770375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770375; }

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

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

background-color css

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

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

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

border-color css

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

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

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