Html Css Color HEX #740F66 Palatinate Purple

📋 copy color: '#740F66'

red 116 ◦ green 15 ◦ blue 102

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

Shades of Palatinate Purple #740F66

Tints of Palatinate Purple #740F66

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.44%

 BLUE value IS 102 (40.23% from 255) = 43.78%

R = 49.79%
G = 6.44%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#740F66 (or 0x740F66) is known color: Palatinate Purple. HEX triplet: 74, 0F and 66. RGB value is (116,15,102). Sum of RGB (Red+Green+Blue) = 116+15+102=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #740F66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740F66 is #8BF099. Grayscale: #363636. Windows color (decimal): -9171098 or 6688628. OLE color: 6688628.

HSL color Cylindrical-coordinate representation of color #740F66: hue angle of 308.32º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #740F66 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 15 102 -
CMYK 0 0.87 0.12 0.55
HSL 308.32º 0.77% 0.26% -
HSV(B) 308.32º 0.87% 0.45% -
XYZ 9.77 5.01 13.02 -
YUV 55.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 116 15 102 0 0.87 0.12 0.55 308.32 0.77 0.26
Hex 74 F 66 0 57 C 37 134 4D 1A
Octal 164 17 146 0 127 14 67 464 115 32
Binary 1110100 1111 1100110 0 1010111 1100 110111 100110100 1001101 11010

Color Harmonies of #740F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740F66

Black with #740F66

Text Example


Text Example

White with #740F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,15,102); }

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

background-color css

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

 a { background-color: rgb(116,15,102); }

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

border-color css

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

 span { border-color: rgb(116,15,102); }

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