Html Css Color HEX #742068 Palatinate Purple

📋 copy color: '#742068'

red 116 ◦ green 32 ◦ blue 104

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

Shades of Palatinate Purple #742068

Tints of Palatinate Purple #742068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.7%

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

R = 46.03%
G = 12.7%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#742068 (or 0x742068) is known color: Palatinate Purple. HEX triplet: 74, 20 and 68. RGB value is (116,32,104). Sum of RGB (Red+Green+Blue) = 116+32+104=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #742068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742068 is #8BDF97. Grayscale: #414141. Windows color (decimal): -9166744 or 6824052. OLE color: 6824052.

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

Color convert

RGB 116 32 104 -
CMYK 0 0.72 0.10 0.55
HSL 308.57º 0.57% 0.29% -
HSV(B) 308.57º 0.72% 0.45% -
XYZ 10.22 5.75 13.67 -
YUV 65.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 116 32 104 0 0.72 0.10 0.55 308.57 0.57 0.29
Hex 74 20 68 0 48 A 37 135 39 1D
Octal 164 40 150 0 110 12 67 465 71 35
Binary 1110100 100000 1101000 0 1001000 1010 110111 100110101 111001 11101

Color Harmonies of #742068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742068

Black with #742068

Text Example


Text Example

White with #742068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742068; }

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

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

background-color css

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

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

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

border-color css

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

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

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