Html Css Color HEX #741362 Palatinate Purple

📋 copy color: '#741362'

red 116 ◦ green 19 ◦ blue 98

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

Shades of Palatinate Purple #741362

Tints of Palatinate Purple #741362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.06%

R = 49.79%
G = 8.15%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#741362 (or 0x741362) is known color: Palatinate Purple. HEX triplet: 74, 13 and 62. RGB value is (116,19,98). Sum of RGB (Red+Green+Blue) = 116+19+98=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #741362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741362 is #8BEC9D. Grayscale: #383838. Windows color (decimal): -9170078 or 6427508. OLE color: 6427508.

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

Color convert

RGB 116 19 98 -
CMYK 0 0.84 0.16 0.55
HSL 311.13º 0.72% 0.26% -
HSV(B) 311.13º 0.84% 0.45% -
XYZ 9.64 5.06 12.02 -
YUV 57.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 116 19 98 0 0.84 0.16 0.55 311.13 0.72 0.26
Hex 74 13 62 0 54 10 37 137 48 1A
Octal 164 23 142 0 124 20 67 467 110 32
Binary 1110100 10011 1100010 0 1010100 10000 110111 100110111 1001000 11010

Color Harmonies of #741362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741362

Black with #741362

Text Example


Text Example

White with #741362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741362; }

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

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

background-color css

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

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

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

border-color css

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

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

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