Html Css Color HEX #740969 Purple

📋 copy color: '#740969'

red 116 ◦ green 9 ◦ blue 105

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

Shades of Purple #740969

Tints of Purple #740969

RGB

 RED value IS 116 (45.7% from 255) = 50.43%

 GREEN value IS 9 (3.91% from 255) = 3.91%

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

R = 50.43%
G = 3.91%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#740969 (or 0x740969) is known color: Purple. HEX triplet: 74, 09 and 69. RGB value is (116,9,105). Sum of RGB (Red+Green+Blue) = 116+9+105=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #740969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740969 is #8BF696. Grayscale: #333333. Windows color (decimal): -9172631 or 6883700. OLE color: 6883700.

HSL color Cylindrical-coordinate representation of color #740969: hue angle of 306.17º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740969 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 9 105 -
CMYK 0 0.92 0.09 0.55
HSL 306.17º 0.86% 0.25% -
HSV(B) 306.17º 0.92% 0.45% -
XYZ 9.85 4.93 13.8 -
YUV 51.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 116 9 105 0 0.92 0.09 0.55 306.17 0.86 0.25
Hex 74 9 69 0 5C 9 37 132 56 19
Octal 164 11 151 0 134 11 67 462 126 31
Binary 1110100 1001 1101001 0 1011100 1001 110111 100110010 1010110 11001

Color Harmonies of #740969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740969

Black with #740969

Text Example


Text Example

White with #740969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740969; }

 p { color: rgb(116,9,105); }

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

background-color css

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

 a { background-color: rgb(116,9,105); }

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

border-color css

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

 span { border-color: rgb(116,9,105); }

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