Html Css Color HEX #741357 Palatinate Purple

📋 copy color: '#741357'

red 116 ◦ green 19 ◦ blue 87

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

Shades of Palatinate Purple #741357

Tints of Palatinate Purple #741357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.56%

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

R = 52.25%
G = 8.56%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#741357 (or 0x741357) is known color: Palatinate Purple. HEX triplet: 74, 13 and 57. RGB value is (116,19,87). Sum of RGB (Red+Green+Blue) = 116+19+87=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #741357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741357 is #8BECA8. Grayscale: #373737. Windows color (decimal): -9170089 or 5706612. OLE color: 5706612.

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

Color convert

RGB 116 19 87 -
CMYK 0 0.84 0.25 0.55
HSL 317.94º 0.72% 0.26% -
HSV(B) 317.94º 0.84% 0.45% -
XYZ 9.16 4.87 9.47 -
YUV 55.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 116 19 87 0 0.84 0.25 0.55 317.94 0.72 0.26
Hex 74 13 57 0 54 19 37 13E 48 1A
Octal 164 23 127 0 124 31 67 476 110 32
Binary 1110100 10011 1010111 0 1010100 11001 110111 100111110 1001000 11010

Color Harmonies of #741357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741357

Black with #741357

Text Example


Text Example

White with #741357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741357; }

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

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

background-color css

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

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

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

border-color css

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

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

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