Html Css Color HEX #741765 Palatinate Purple

📋 copy color: '#741765'

red 116 ◦ green 23 ◦ blue 101

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

Shades of Palatinate Purple #741765

Tints of Palatinate Purple #741765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.58%

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

R = 48.33%
G = 9.58%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#741765 (or 0x741765) is known color: Palatinate Purple. HEX triplet: 74, 17 and 65. RGB value is (116,23,101). Sum of RGB (Red+Green+Blue) = 116+23+101=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #741765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741765 is #8BE89A. Grayscale: #3B3B3B. Windows color (decimal): -9169051 or 6625140. OLE color: 6625140.

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

Color convert

RGB 116 23 101 -
CMYK 0 0.80 0.13 0.55
HSL 309.68º 0.67% 0.27% -
HSV(B) 309.68º 0.8% 0.45% -
XYZ 9.86 5.27 12.81 -
YUV 59.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 116 23 101 0 0.80 0.13 0.55 309.68 0.67 0.27
Hex 74 17 65 0 50 D 37 136 43 1B
Octal 164 27 145 0 120 15 67 466 103 33
Binary 1110100 10111 1100101 0 1010000 1101 110111 100110110 1000011 11011

Color Harmonies of #741765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741765

Black with #741765

Text Example


Text Example

White with #741765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741765; }

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

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

background-color css

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

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

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

border-color css

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

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

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