Html Css Color HEX #742561 Palatinate Purple

📋 copy color: '#742561'

red 116 ◦ green 37 ◦ blue 97

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

Shades of Palatinate Purple #742561

Tints of Palatinate Purple #742561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.8%

R = 46.4%
G = 14.8%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#742561 (or 0x742561) is known color: Palatinate Purple. HEX triplet: 74, 25 and 61. RGB value is (116,37,97). Sum of RGB (Red+Green+Blue) = 116+37+97=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #742561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742561 is #8BDA9E. Grayscale: #434343. Windows color (decimal): -9165471 or 6366580. OLE color: 6366580.

HSL color Cylindrical-coordinate representation of color #742561: hue angle of 314.43º 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 #742561 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 97 -
CMYK 0 0.68 0.16 0.55
HSL 314.43º 0.52% 0.3% -
HSV(B) 314.43º 0.68% 0.45% -
XYZ 10.02 5.9 11.92 -
YUV 67.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 116 37 97 0 0.68 0.16 0.55 314.43 0.52 0.3
Hex 74 25 61 0 44 10 37 13A 34 1E
Octal 164 45 141 0 104 20 67 472 64 36
Binary 1110100 100101 1100001 0 1000100 10000 110111 100111010 110100 11110

Color Harmonies of #742561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742561

Black with #742561

Text Example


Text Example

White with #742561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742561; }

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

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

background-color css

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

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

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

border-color css

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

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

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