Html Css Color HEX #741962 Palatinate Purple

📋 copy color: '#741962'

red 116 ◦ green 25 ◦ blue 98

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

Shades of Palatinate Purple #741962

Tints of Palatinate Purple #741962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.46%

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

R = 48.54%
G = 10.46%
B = 41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#741962 (or 0x741962) is known color: Palatinate Purple. HEX triplet: 74, 19 and 62. RGB value is (116,25,98). Sum of RGB (Red+Green+Blue) = 116+25+98=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #741962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741962 is #8BE69D. Grayscale: #3C3C3C. Windows color (decimal): -9168542 or 6429044. OLE color: 6429044.

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

Color convert

RGB 116 25 98 -
CMYK 0 0.78 0.16 0.55
HSL 311.87º 0.65% 0.28% -
HSV(B) 311.87º 0.78% 0.45% -
XYZ 9.75 5.29 12.06 -
YUV 60.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 116 25 98 0 0.78 0.16 0.55 311.87 0.65 0.28
Hex 74 19 62 0 4E 10 37 138 41 1C
Octal 164 31 142 0 116 20 67 470 101 34
Binary 1110100 11001 1100010 0 1001110 10000 110111 100111000 1000001 11100

Color Harmonies of #741962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741962

Black with #741962

Text Example


Text Example

White with #741962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741962; }

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

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

background-color css

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

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

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

border-color css

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

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

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