Html Css Color HEX #742565 Palatinate Purple

📋 copy color: '#742565'

red 116 ◦ green 37 ◦ blue 101

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

Shades of Palatinate Purple #742565

Tints of Palatinate Purple #742565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.57%

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

R = 45.67%
G = 14.57%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#742565 (or 0x742565) is known color: Palatinate Purple. HEX triplet: 74, 25 and 65. RGB value is (116,37,101). Sum of RGB (Red+Green+Blue) = 116+37+101=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #742565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742565 is #8BDA9A. Grayscale: #434343. Windows color (decimal): -9165467 or 6628724. OLE color: 6628724.

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

Color convert

RGB 116 37 101 -
CMYK 0 0.68 0.13 0.55
HSL 311.39º 0.52% 0.3% -
HSV(B) 311.39º 0.68% 0.45% -
XYZ 10.21 5.98 12.93 -
YUV 67.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 116 37 101 0 0.68 0.13 0.55 311.39 0.52 0.3
Hex 74 25 65 0 44 D 37 137 34 1E
Octal 164 45 145 0 104 15 67 467 64 36
Binary 1110100 100101 1100101 0 1000100 1101 110111 100110111 110100 11110

Color Harmonies of #742565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742565

Black with #742565

Text Example


Text Example

White with #742565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742565; }

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

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

background-color css

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

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

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

border-color css

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

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

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