Html Css Color HEX #741865 Palatinate Purple

📋 copy color: '#741865'

red 116 ◦ green 24 ◦ blue 101

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

Shades of Palatinate Purple #741865

Tints of Palatinate Purple #741865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

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

R = 48.13%
G = 9.96%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#741865 (or 0x741865) is known color: Palatinate Purple. HEX triplet: 74, 18 and 65. RGB value is (116,24,101). Sum of RGB (Red+Green+Blue) = 116+24+101=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #741865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741865 is #8BE79A. Grayscale: #3C3C3C. Windows color (decimal): -9168795 or 6625396. OLE color: 6625396.

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

Color convert

RGB 116 24 101 -
CMYK 0 0.79 0.13 0.55
HSL 309.78º 0.66% 0.27% -
HSV(B) 309.78º 0.79% 0.45% -
XYZ 9.88 5.31 12.82 -
YUV 60.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 116 24 101 0 0.79 0.13 0.55 309.78 0.66 0.27
Hex 74 18 65 0 4F D 37 136 42 1B
Octal 164 30 145 0 117 15 67 466 102 33
Binary 1110100 11000 1100101 0 1001111 1101 110111 100110110 1000010 11011

Color Harmonies of #741865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741865

Black with #741865

Text Example


Text Example

White with #741865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741865; }

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

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

background-color css

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

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

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

border-color css

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

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

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