Html Css Color HEX #741668 Palatinate Purple

📋 copy color: '#741668'

red 116 ◦ green 22 ◦ blue 104

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

Shades of Palatinate Purple #741668

Tints of Palatinate Purple #741668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.98%

R = 47.93%
G = 9.09%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#741668 (or 0x741668) is known color: Palatinate Purple. HEX triplet: 74, 16 and 68. RGB value is (116,22,104). Sum of RGB (Red+Green+Blue) = 116+22+104=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #741668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741668 is #8BE997. Grayscale: #3B3B3B. Windows color (decimal): -9169304 or 6821492. OLE color: 6821492.

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

Color convert

RGB 116 22 104 -
CMYK 0 0.81 0.10 0.55
HSL 307.66º 0.68% 0.27% -
HSV(B) 307.66º 0.81% 0.45% -
XYZ 9.99 5.29 13.59 -
YUV 59.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 116 22 104 0 0.81 0.10 0.55 307.66 0.68 0.27
Hex 74 16 68 0 51 A 37 134 44 1B
Octal 164 26 150 0 121 12 67 464 104 33
Binary 1110100 10110 1101000 0 1010001 1010 110111 100110100 1000100 11011

Color Harmonies of #741668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741668

Black with #741668

Text Example


Text Example

White with #741668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741668; }

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

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

background-color css

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

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

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

border-color css

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

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

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