Html Css Color HEX #740068 Purple

📋 copy color: '#740068'

red 116 ◦ green 0 ◦ blue 104

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

Shades of Purple #740068

Tints of Purple #740068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.73%
G = 0%
B = 47.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#740068 (or 0x740068) is known color: Purple. HEX triplet: 74, 00 and 68. RGB value is (116,0,104). Sum of RGB (Red+Green+Blue) = 116+0+104=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #740068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740068 is #8BFF97. Grayscale: #2E2E2E. Windows color (decimal): -9174936 or 6815860. OLE color: 6815860.

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

Color convert

RGB 116 0 104 -
CMYK 0 1 0.10 0.55
HSL 306.21º 1% 0.23% -
HSV(B) 306.21º 1% 0.45% -
XYZ 9.7 4.71 13.5 -
YUV 46.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 116 0 104 0 1 0.10 0.55 306.21 1 0.23
Hex 74 0 68 0 64 A 37 132 64 17
Octal 164 0 150 0 144 12 67 462 144 27
Binary 1110100 0 1101000 0 1100100 1010 110111 100110010 1100100 10111

Color Harmonies of #740068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740068

Black with #740068

Text Example


Text Example

White with #740068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740068; }

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

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

background-color css

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

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

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

border-color css

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

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

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