Html Css Color HEX #742168 Palatinate Purple

📋 copy color: '#742168'

red 116 ◦ green 33 ◦ blue 104

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

Shades of Palatinate Purple #742168

Tints of Palatinate Purple #742168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.04%

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

R = 45.85%
G = 13.04%
B = 41.11%

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

#742168 (or 0x742168) is known color: Palatinate Purple. HEX triplet: 74, 21 and 68. RGB value is (116,33,104). Sum of RGB (Red+Green+Blue) = 116+33+104=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #742168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742168 is #8BDE97. Grayscale: #414141. Windows color (decimal): -9166488 or 6824308. OLE color: 6824308.

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

Color convert

RGB 116 33 104 -
CMYK 0 0.72 0.10 0.55
HSL 308.67º 0.56% 0.29% -
HSV(B) 308.67º 0.72% 0.45% -
XYZ 10.25 5.8 13.68 -
YUV 65.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 116 33 104 0 0.72 0.10 0.55 308.67 0.56 0.29
Hex 74 21 68 0 48 A 37 135 38 1D
Octal 164 41 150 0 110 12 67 465 70 35
Binary 1110100 100001 1101000 0 1001000 1010 110111 100110101 111000 11101

Color Harmonies of #742168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742168

Black with #742168

Text Example


Text Example

White with #742168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742168; }

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

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

background-color css

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

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

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

border-color css

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

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

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