Html Css Color HEX #740D68 Palatinate Purple

📋 copy color: '#740D68'

red 116 ◦ green 13 ◦ blue 104

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

Shades of Palatinate Purple #740D68

Tints of Palatinate Purple #740D68

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.58%

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

R = 49.79%
G = 5.58%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#740D68 (or 0x740D68) is known color: Palatinate Purple. HEX triplet: 74, 0D and 68. RGB value is (116,13,104). Sum of RGB (Red+Green+Blue) = 116+13+104=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #740D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D68 is #8BF297. Grayscale: #353535. Windows color (decimal): -9171608 or 6819188. OLE color: 6819188.

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

Color convert

RGB 116 13 104 -
CMYK 0 0.89 0.10 0.55
HSL 306.99º 0.8% 0.25% -
HSV(B) 306.99º 0.89% 0.45% -
XYZ 9.85 5 13.54 -
YUV 54.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 116 13 104 0 0.89 0.10 0.55 306.99 0.8 0.25
Hex 74 D 68 0 59 A 37 133 50 19
Octal 164 15 150 0 131 12 67 463 120 31
Binary 1110100 1101 1101000 0 1011001 1010 110111 100110011 1010000 11001

Color Harmonies of #740D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D68

Black with #740D68

Text Example


Text Example

White with #740D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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