Html Css Color HEX #740668 Purple

📋 copy color: '#740668'

red 116 ◦ green 6 ◦ blue 104

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

Shades of Purple #740668

Tints of Purple #740668

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.65%

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

R = 51.33%
G = 2.65%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#740668 (or 0x740668) is known color: Purple. HEX triplet: 74, 06 and 68. RGB value is (116,6,104). Sum of RGB (Red+Green+Blue) = 116+6+104=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #740668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740668 is #8BF997. Grayscale: #313131. Windows color (decimal): -9173400 or 6817396. OLE color: 6817396.

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

Color convert

RGB 116 6 104 -
CMYK 0 0.95 0.10 0.55
HSL 306.55º 0.9% 0.24% -
HSV(B) 306.55º 0.95% 0.45% -
XYZ 9.77 4.84 13.52 -
YUV 50.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 116 6 104 0 0.95 0.10 0.55 306.55 0.9 0.24
Hex 74 6 68 0 5F A 37 133 5A 18
Octal 164 6 150 0 137 12 67 463 132 30
Binary 1110100 110 1101000 0 1011111 1010 110111 100110011 1011010 11000

Color Harmonies of #740668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740668

Black with #740668

Text Example


Text Example

White with #740668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740668; }

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

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

background-color css

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

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

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

border-color css

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

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

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