Html Css Color HEX #742365 Palatinate Purple

📋 copy color: '#742365'

red 116 ◦ green 35 ◦ blue 101

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

Shades of Palatinate Purple #742365

Tints of Palatinate Purple #742365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.89%

 BLUE value IS 101 (39.84% from 255) = 40.08%

R = 46.03%
G = 13.89%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#742365 (or 0x742365) is known color: Palatinate Purple. HEX triplet: 74, 23 and 65. RGB value is (116,35,101). Sum of RGB (Red+Green+Blue) = 116+35+101=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #742365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742365 is #8BDC9A. Grayscale: #424242. Windows color (decimal): -9165979 or 6628212. OLE color: 6628212.

HSL color Cylindrical-coordinate representation of color #742365: hue angle of 311.11º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742365 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 101 -
CMYK 0 0.70 0.13 0.55
HSL 311.11º 0.54% 0.3% -
HSV(B) 311.11º 0.7% 0.45% -
XYZ 10.15 5.85 12.91 -
YUV 66.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 116 35 101 0 0.70 0.13 0.55 311.11 0.54 0.3
Hex 74 23 65 0 46 D 37 137 36 1E
Octal 164 43 145 0 106 15 67 467 66 36
Binary 1110100 100011 1100101 0 1000110 1101 110111 100110111 110110 11110

Color Harmonies of #742365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742365

Black with #742365

Text Example


Text Example

White with #742365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742365; }

 p { color: rgb(116,35,101); }

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

background-color css

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

 a { background-color: rgb(116,35,101); }

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

border-color css

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

 span { border-color: rgb(116,35,101); }

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