Html Css Color HEX #742666 Palatinate Purple

📋 copy color: '#742666'

red 116 ◦ green 38 ◦ blue 102

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

Shades of Palatinate Purple #742666

Tints of Palatinate Purple #742666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 45.31%
G = 14.84%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#742666 (or 0x742666) is known color: Palatinate Purple. HEX triplet: 74, 26 and 66. RGB value is (116,38,102). Sum of RGB (Red+Green+Blue) = 116+38+102=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #742666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742666 is #8BD999. Grayscale: #444444. Windows color (decimal): -9165210 or 6694516. OLE color: 6694516.

HSL color Cylindrical-coordinate representation of color #742666: hue angle of 310.77º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742666 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 102 -
CMYK 0 0.67 0.12 0.55
HSL 310.77º 0.51% 0.3% -
HSV(B) 310.77º 0.67% 0.45% -
XYZ 10.29 6.06 13.2 -
YUV 68.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 116 38 102 0 0.67 0.12 0.55 310.77 0.51 0.3
Hex 74 26 66 0 43 C 37 137 33 1E
Octal 164 46 146 0 103 14 67 467 63 36
Binary 1110100 100110 1100110 0 1000011 1100 110111 100110111 110011 11110

Color Harmonies of #742666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742666

Black with #742666

Text Example


Text Example

White with #742666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742666; }

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

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

background-color css

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

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

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

border-color css

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

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

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