Html Css Color HEX #770365 Purple

📋 copy color: '#770365'

red 119 ◦ green 3 ◦ blue 101

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

Shades of Purple #770365

Tints of Purple #770365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.29%

R = 53.36%
G = 1.35%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#770365 (or 0x770365) is known color: Purple. HEX triplet: 77, 03 and 65. RGB value is (119,3,101). Sum of RGB (Red+Green+Blue) = 119+3+101=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #770365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770365 is #88FC9A. Grayscale: #303030. Windows color (decimal): -8977563 or 6620023. OLE color: 6620023.

HSL color Cylindrical-coordinate representation of color #770365: hue angle of 309.31º 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 #770365 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 101 -
CMYK 0 0.97 0.15 0.53
HSL 309.31º 0.95% 0.24% -
HSV(B) 309.31º 0.97% 0.47% -
XYZ 9.99 4.93 12.74 -
YUV 48.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 119 3 101 0 0.97 0.15 0.53 309.31 0.95 0.24
Hex 77 3 65 0 61 F 35 135 5F 18
Octal 167 3 145 0 141 17 65 465 137 30
Binary 1110111 11 1100101 0 1100001 1111 110101 100110101 1011111 11000

Color Harmonies of #770365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770365

Black with #770365

Text Example


Text Example

White with #770365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770365; }

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

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

background-color css

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

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

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

border-color css

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

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

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