Html Css Color HEX #742466 Palatinate Purple

📋 copy color: '#742466'

red 116 ◦ green 36 ◦ blue 102

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

Shades of Palatinate Purple #742466

Tints of Palatinate Purple #742466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

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

R = 45.67%
G = 14.17%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#742466 (or 0x742466) is known color: Palatinate Purple. HEX triplet: 74, 24 and 66. RGB value is (116,36,102). Sum of RGB (Red+Green+Blue) = 116+36+102=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #742466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742466 is #8BDB99. Grayscale: #434343. Windows color (decimal): -9165722 or 6694004. OLE color: 6694004.

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

Color convert

RGB 116 36 102 -
CMYK 0 0.69 0.12 0.55
HSL 310.5º 0.53% 0.3% -
HSV(B) 310.5º 0.69% 0.45% -
XYZ 10.23 5.93 13.18 -
YUV 67.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 116 36 102 0 0.69 0.12 0.55 310.5 0.53 0.3
Hex 74 24 66 0 45 C 37 136 35 1E
Octal 164 44 146 0 105 14 67 466 65 36
Binary 1110100 100100 1100110 0 1000101 1100 110111 100110110 110101 11110

Color Harmonies of #742466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742466

Black with #742466

Text Example


Text Example

White with #742466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742466; }

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

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

background-color css

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

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

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

border-color css

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

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

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