Html Css Color HEX #741561 Palatinate Purple

📋 copy color: '#741561'

red 116 ◦ green 21 ◦ blue 97

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

Shades of Palatinate Purple #741561

Tints of Palatinate Purple #741561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.97%

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

R = 49.57%
G = 8.97%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#741561 (or 0x741561) is known color: Palatinate Purple. HEX triplet: 74, 15 and 61. RGB value is (116,21,97). Sum of RGB (Red+Green+Blue) = 116+21+97=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #741561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741561 is #8BEA9E. Grayscale: #393939. Windows color (decimal): -9169567 or 6362484. OLE color: 6362484.

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

Color convert

RGB 116 21 97 -
CMYK 0 0.82 0.16 0.55
HSL 312º 0.69% 0.27% -
HSV(B) 312º 0.82% 0.45% -
XYZ 9.63 5.11 11.79 -
YUV 58.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 116 21 97 0 0.82 0.16 0.55 312 0.69 0.27
Hex 74 15 61 0 52 10 37 138 45 1B
Octal 164 25 141 0 122 20 67 470 105 33
Binary 1110100 10101 1100001 0 1010010 10000 110111 100111000 1000101 11011

Color Harmonies of #741561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741561

Black with #741561

Text Example


Text Example

White with #741561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741561; }

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

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

background-color css

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

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

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

border-color css

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

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

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