Html Css Color HEX #741068 Palatinate Purple

📋 copy color: '#741068'

red 116 ◦ green 16 ◦ blue 104

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

Shades of Palatinate Purple #741068

Tints of Palatinate Purple #741068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

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

R = 49.15%
G = 6.78%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#741068 (or 0x741068) is known color: Palatinate Purple. HEX triplet: 74, 10 and 68. RGB value is (116,16,104). Sum of RGB (Red+Green+Blue) = 116+16+104=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #741068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741068 is #8BEF97. Grayscale: #373737. Windows color (decimal): -9170840 or 6819956. OLE color: 6819956.

HSL color Cylindrical-coordinate representation of color #741068: hue angle of 307.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741068 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 104 -
CMYK 0 0.86 0.10 0.55
HSL 307.2º 0.76% 0.26% -
HSV(B) 307.2º 0.86% 0.45% -
XYZ 9.89 5.08 13.56 -
YUV 55.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 116 16 104 0 0.86 0.10 0.55 307.2 0.76 0.26
Hex 74 10 68 0 56 A 37 133 4C 1A
Octal 164 20 150 0 126 12 67 463 114 32
Binary 1110100 10000 1101000 0 1010110 1010 110111 100110011 1001100 11010

Color Harmonies of #741068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741068

Black with #741068

Text Example


Text Example

White with #741068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741068; }

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

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

background-color css

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

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

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

border-color css

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

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

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