Html Css Color HEX #740168 Purple

📋 copy color: '#740168'

red 116 ◦ green 1 ◦ blue 104

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

Shades of Purple #740168

Tints of Purple #740168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 52.49%
G = 0.45%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#740168 (or 0x740168) is known color: Purple. HEX triplet: 74, 01 and 68. RGB value is (116,1,104). Sum of RGB (Red+Green+Blue) = 116+1+104=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #740168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740168 is #8BFE97. Grayscale: #2E2E2E. Windows color (decimal): -9174680 or 6816116. OLE color: 6816116.

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

Color convert

RGB 116 1 104 -
CMYK 0 0.99 0.10 0.55
HSL 306.26º 0.98% 0.23% -
HSV(B) 306.26º 0.99% 0.45% -
XYZ 9.71 4.73 13.5 -
YUV 47.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 116 1 104 0 0.99 0.10 0.55 306.26 0.98 0.23
Hex 74 1 68 0 63 A 37 132 62 17
Octal 164 1 150 0 143 12 67 462 142 27
Binary 1110100 1 1101000 0 1100011 1010 110111 100110010 1100010 10111

Color Harmonies of #740168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740168

Black with #740168

Text Example


Text Example

White with #740168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740168; }

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

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

background-color css

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

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

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

border-color css

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

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

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