Html Css Color HEX #741965 Palatinate Purple

📋 copy color: '#741965'

red 116 ◦ green 25 ◦ blue 101

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

Shades of Palatinate Purple #741965

Tints of Palatinate Purple #741965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 47.93%
G = 10.33%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#741965 (or 0x741965) is known color: Palatinate Purple. HEX triplet: 74, 19 and 65. RGB value is (116,25,101). Sum of RGB (Red+Green+Blue) = 116+25+101=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #741965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741965 is #8BE69A. Grayscale: #3C3C3C. Windows color (decimal): -9168539 or 6625652. OLE color: 6625652.

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

Color convert

RGB 116 25 101 -
CMYK 0 0.78 0.13 0.55
HSL 309.89º 0.65% 0.28% -
HSV(B) 309.89º 0.78% 0.45% -
XYZ 9.9 5.35 12.82 -
YUV 60.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 116 25 101 0 0.78 0.13 0.55 309.89 0.65 0.28
Hex 74 19 65 0 4E D 37 136 41 1C
Octal 164 31 145 0 116 15 67 466 101 34
Binary 1110100 11001 1100101 0 1001110 1101 110111 100110110 1000001 11100

Color Harmonies of #741965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741965

Black with #741965

Text Example


Text Example

White with #741965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741965; }

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

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

background-color css

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

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

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

border-color css

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

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

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