Html Css Color HEX #740769 Purple

📋 copy color: '#740769'

red 116 ◦ green 7 ◦ blue 105

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

Shades of Purple #740769

Tints of Purple #740769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.07%

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

R = 50.88%
G = 3.07%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#740769 (or 0x740769) is known color: Purple. HEX triplet: 74, 07 and 69. RGB value is (116,7,105). Sum of RGB (Red+Green+Blue) = 116+7+105=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #740769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740769 is #8BF896. Grayscale: #323232. Windows color (decimal): -9173143 or 6883188. OLE color: 6883188.

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

Color convert

RGB 116 7 105 -
CMYK 0 0.94 0.09 0.55
HSL 306.06º 0.89% 0.24% -
HSV(B) 306.06º 0.94% 0.45% -
XYZ 9.83 4.88 13.79 -
YUV 50.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 116 7 105 0 0.94 0.09 0.55 306.06 0.89 0.24
Hex 74 7 69 0 5E 9 37 132 59 18
Octal 164 7 151 0 136 11 67 462 131 30
Binary 1110100 111 1101001 0 1011110 1001 110111 100110010 1011001 11000

Color Harmonies of #740769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740769

Black with #740769

Text Example


Text Example

White with #740769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740769; }

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

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

background-color css

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

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

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

border-color css

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

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

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