Html Css Color HEX #770469 Purple

📋 copy color: '#770469'

red 119 ◦ green 4 ◦ blue 105

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

Shades of Purple #770469

Tints of Purple #770469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 52.19%
G = 1.75%
B = 46.05%

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

#770469 (or 0x770469) is known color: Purple. HEX triplet: 77, 04 and 69. RGB value is (119,4,105). Sum of RGB (Red+Green+Blue) = 119+4+105=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #770469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770469 is #88FB96. Grayscale: #313131. Windows color (decimal): -8977303 or 6882423. OLE color: 6882423.

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

Color convert

RGB 119 4 105 -
CMYK 0 0.97 0.12 0.53
HSL 307.3º 0.93% 0.24% -
HSV(B) 307.3º 0.97% 0.47% -
XYZ 10.2 5.03 13.8 -
YUV 49.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 119 4 105 0 0.97 0.12 0.53 307.3 0.93 0.24
Hex 77 4 69 0 61 C 35 133 5D 18
Octal 167 4 151 0 141 14 65 463 135 30
Binary 1110111 100 1101001 0 1100001 1100 110101 100110011 1011101 11000

Color Harmonies of #770469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770469

Black with #770469

Text Example


Text Example

White with #770469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770469; }

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

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

background-color css

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

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

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

border-color css

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

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

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