Html Css Color HEX #741657 Palatinate Purple

📋 copy color: '#741657'

red 116 ◦ green 22 ◦ blue 87

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

Shades of Palatinate Purple #741657

Tints of Palatinate Purple #741657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.78%

 BLUE value IS 87 (34.38% from 255) = 38.67%

R = 51.56%
G = 9.78%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#741657 (or 0x741657) is known color: Palatinate Purple. HEX triplet: 74, 16 and 57. RGB value is (116,22,87). Sum of RGB (Red+Green+Blue) = 116+22+87=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #741657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741657 is #8BE9A8. Grayscale: #393939. Windows color (decimal): -9169321 or 5707380. OLE color: 5707380.

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

Color convert

RGB 116 22 87 -
CMYK 0 0.81 0.25 0.55
HSL 318.51º 0.68% 0.27% -
HSV(B) 318.51º 0.81% 0.45% -
XYZ 9.21 4.97 9.49 -
YUV 57.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 116 22 87 0 0.81 0.25 0.55 318.51 0.68 0.27
Hex 74 16 57 0 51 19 37 13F 44 1B
Octal 164 26 127 0 121 31 67 477 104 33
Binary 1110100 10110 1010111 0 1010001 11001 110111 100111111 1000100 11011

Color Harmonies of #741657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741657

Black with #741657

Text Example


Text Example

White with #741657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741657; }

 p { color: rgb(116,22,87); }

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

background-color css

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

 a { background-color: rgb(116,22,87); }

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

border-color css

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

 span { border-color: rgb(116,22,87); }

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