Html Css Color HEX #741665 Palatinate Purple

📋 copy color: '#741665'

red 116 ◦ green 22 ◦ blue 101

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

Shades of Palatinate Purple #741665

Tints of Palatinate Purple #741665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.21%

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

R = 48.54%
G = 9.21%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#741665 (or 0x741665) is known color: Palatinate Purple. HEX triplet: 74, 16 and 65. RGB value is (116,22,101). Sum of RGB (Red+Green+Blue) = 116+22+101=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #741665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741665 is #8BE99A. Grayscale: #3A3A3A. Windows color (decimal): -9169307 or 6624884. OLE color: 6624884.

HSL color Cylindrical-coordinate representation of color #741665: hue angle of 309.57º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741665 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 22 101 -
CMYK 0 0.81 0.13 0.55
HSL 309.57º 0.68% 0.27% -
HSV(B) 309.57º 0.81% 0.45% -
XYZ 9.84 5.23 12.8 -
YUV 59.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 116 22 101 0 0.81 0.13 0.55 309.57 0.68 0.27
Hex 74 16 65 0 51 D 37 136 44 1B
Octal 164 26 145 0 121 15 67 466 104 33
Binary 1110100 10110 1100101 0 1010001 1101 110111 100110110 1000100 11011

Color Harmonies of #741665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741665

Black with #741665

Text Example


Text Example

White with #741665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741665; }

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

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

background-color css

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

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

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

border-color css

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

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

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