Html Css Color HEX #740968 Purple

📋 copy color: '#740968'

red 116 ◦ green 9 ◦ blue 104

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

Shades of Purple #740968

Tints of Purple #740968

RGB

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

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

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

R = 50.66%
G = 3.93%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#740968 (or 0x740968) is known color: Purple. HEX triplet: 74, 09 and 68. RGB value is (116,9,104). Sum of RGB (Red+Green+Blue) = 116+9+104=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #740968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740968 is #8BF697. Grayscale: #333333. Windows color (decimal): -9172632 or 6818164. OLE color: 6818164.

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

Color convert

RGB 116 9 104 -
CMYK 0 0.92 0.10 0.55
HSL 306.73º 0.86% 0.25% -
HSV(B) 306.73º 0.92% 0.45% -
XYZ 9.8 4.91 13.53 -
YUV 51.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 116 9 104 0 0.92 0.10 0.55 306.73 0.86 0.25
Hex 74 9 68 0 5C A 37 133 56 19
Octal 164 11 150 0 134 12 67 463 126 31
Binary 1110100 1001 1101000 0 1011100 1010 110111 100110011 1010110 11001

Color Harmonies of #740968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740968

Black with #740968

Text Example


Text Example

White with #740968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740968; }

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

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

background-color css

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

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

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

border-color css

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

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

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