Html Css Color HEX #740768 Purple

📋 copy color: '#740768'

red 116 ◦ green 7 ◦ blue 104

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

Shades of Purple #740768

Tints of Purple #740768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.81%

R = 51.1%
G = 3.08%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#740768 (or 0x740768) is known color: Purple. HEX triplet: 74, 07 and 68. RGB value is (116,7,104). Sum of RGB (Red+Green+Blue) = 116+7+104=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #740768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740768 is #8BF897. Grayscale: #323232. Windows color (decimal): -9173144 or 6817652. OLE color: 6817652.

HSL color Cylindrical-coordinate representation of color #740768: hue angle of 306.61º 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 #740768 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 7 104 -
CMYK 0 0.94 0.10 0.55
HSL 306.61º 0.89% 0.24% -
HSV(B) 306.61º 0.94% 0.45% -
XYZ 9.78 4.86 13.52 -
YUV 50.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 116 7 104 0 0.94 0.10 0.55 306.61 0.89 0.24
Hex 74 7 68 0 5E A 37 133 59 18
Octal 164 7 150 0 136 12 67 463 131 30
Binary 1110100 111 1101000 0 1011110 1010 110111 100110011 1011001 11000

Color Harmonies of #740768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740768

Black with #740768

Text Example


Text Example

White with #740768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740768; }

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

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

background-color css

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

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

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

border-color css

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

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

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