Html Css Color HEX #742868 Palatinate Purple

📋 copy color: '#742868'

red 116 ◦ green 40 ◦ blue 104

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

Shades of Palatinate Purple #742868

Tints of Palatinate Purple #742868

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.38%

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

R = 44.62%
G = 15.38%
B = 40%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#742868 (or 0x742868) is known color: Palatinate Purple. HEX triplet: 74, 28 and 68. RGB value is (116,40,104). Sum of RGB (Red+Green+Blue) = 116+40+104=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #742868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742868 is #8BD797. Grayscale: #454545. Windows color (decimal): -9164696 or 6826100. OLE color: 6826100.

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

Color convert

RGB 116 40 104 -
CMYK 0 0.66 0.10 0.55
HSL 309.47º 0.49% 0.31% -
HSV(B) 309.47º 0.66% 0.45% -
XYZ 10.46 6.23 13.75 -
YUV 70.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 116 40 104 0 0.66 0.10 0.55 309.47 0.49 0.31
Hex 74 28 68 0 42 A 37 135 31 1F
Octal 164 50 150 0 102 12 67 465 61 37
Binary 1110100 101000 1101000 0 1000010 1010 110111 100110101 110001 11111

Color Harmonies of #742868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742868

Black with #742868

Text Example


Text Example

White with #742868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742868; }

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

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

background-color css

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

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

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

border-color css

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

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

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