Html Css Color HEX #770369 Purple

📋 copy color: '#770369'

red 119 ◦ green 3 ◦ blue 105

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

Shades of Purple #770369

Tints of Purple #770369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.26%

R = 52.42%
G = 1.32%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#770369 (or 0x770369) is known color: Purple. HEX triplet: 77, 03 and 69. RGB value is (119,3,105). Sum of RGB (Red+Green+Blue) = 119+3+105=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #770369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770369 is #88FC96. Grayscale: #313131. Windows color (decimal): -8977559 or 6882167. OLE color: 6882167.

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

Color convert

RGB 119 3 105 -
CMYK 0 0.97 0.12 0.53
HSL 307.24º 0.95% 0.24% -
HSV(B) 307.24º 0.97% 0.47% -
XYZ 10.19 5.01 13.79 -
YUV 49.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 119 3 105 0 0.97 0.12 0.53 307.24 0.95 0.24
Hex 77 3 69 0 61 C 35 133 5F 18
Octal 167 3 151 0 141 14 65 463 137 30
Binary 1110111 11 1101001 0 1100001 1100 110101 100110011 1011111 11000

Color Harmonies of #770369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770369

Black with #770369

Text Example


Text Example

White with #770369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770369; }

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

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

background-color css

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

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

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

border-color css

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

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

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