Html Css Color HEX #742568 Palatinate Purple

📋 copy color: '#742568'

red 116 ◦ green 37 ◦ blue 104

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

Shades of Palatinate Purple #742568

Tints of Palatinate Purple #742568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.4%

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

R = 45.14%
G = 14.4%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#742568 (or 0x742568) is known color: Palatinate Purple. HEX triplet: 74, 25 and 68. RGB value is (116,37,104). Sum of RGB (Red+Green+Blue) = 116+37+104=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #742568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742568 is #8BDA97. Grayscale: #444444. Windows color (decimal): -9165464 or 6825332. OLE color: 6825332.

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

Color convert

RGB 116 37 104 -
CMYK 0 0.68 0.10 0.55
HSL 309.11º 0.52% 0.3% -
HSV(B) 309.11º 0.68% 0.45% -
XYZ 10.36 6.04 13.72 -
YUV 68.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 116 37 104 0 0.68 0.10 0.55 309.11 0.52 0.3
Hex 74 25 68 0 44 A 37 135 34 1E
Octal 164 45 150 0 104 12 67 465 64 36
Binary 1110100 100101 1101000 0 1000100 1010 110111 100110101 110100 11110

Color Harmonies of #742568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742568

Black with #742568

Text Example


Text Example

White with #742568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742568; }

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

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

background-color css

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

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

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

border-color css

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

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

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