Html Css Color HEX #742468 Palatinate Purple

📋 copy color: '#742468'

red 116 ◦ green 36 ◦ blue 104

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

Shades of Palatinate Purple #742468

Tints of Palatinate Purple #742468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.06%

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

R = 45.31%
G = 14.06%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#742468 (or 0x742468) is known color: Palatinate Purple. HEX triplet: 74, 24 and 68. RGB value is (116,36,104). Sum of RGB (Red+Green+Blue) = 116+36+104=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #742468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742468 is #8BDB97. Grayscale: #434343. Windows color (decimal): -9165720 or 6825076. OLE color: 6825076.

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

Color convert

RGB 116 36 104 -
CMYK 0 0.69 0.10 0.55
HSL 309º 0.53% 0.3% -
HSV(B) 309º 0.69% 0.45% -
XYZ 10.33 5.97 13.71 -
YUV 67.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 116 36 104 0 0.69 0.10 0.55 309 0.53 0.3
Hex 74 24 68 0 45 A 37 135 35 1E
Octal 164 44 150 0 105 12 67 465 65 36
Binary 1110100 100100 1101000 0 1000101 1010 110111 100110101 110101 11110

Color Harmonies of #742468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742468

Black with #742468

Text Example


Text Example

White with #742468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742468; }

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

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

background-color css

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

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

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

border-color css

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

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

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