Html Css Color HEX #741967 Palatinate Purple

📋 copy color: '#741967'

red 116 ◦ green 25 ◦ blue 103

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

Shades of Palatinate Purple #741967

Tints of Palatinate Purple #741967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.21%

R = 47.54%
G = 10.25%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#741967 (or 0x741967) is known color: Palatinate Purple. HEX triplet: 74, 19 and 67. RGB value is (116,25,103). Sum of RGB (Red+Green+Blue) = 116+25+103=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #741967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741967 is #8BE698. Grayscale: #3C3C3C. Windows color (decimal): -9168537 or 6756724. OLE color: 6756724.

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

Color convert

RGB 116 25 103 -
CMYK 0 0.78 0.11 0.55
HSL 308.57º 0.65% 0.28% -
HSV(B) 308.57º 0.78% 0.45% -
XYZ 10 5.39 13.34 -
YUV 61.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 116 25 103 0 0.78 0.11 0.55 308.57 0.65 0.28
Hex 74 19 67 0 4E B 37 135 41 1C
Octal 164 31 147 0 116 13 67 465 101 34
Binary 1110100 11001 1100111 0 1001110 1011 110111 100110101 1000001 11100

Color Harmonies of #741967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741967

Black with #741967

Text Example


Text Example

White with #741967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741967; }

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

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

background-color css

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

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

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

border-color css

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

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

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