Html Css Color HEX #742562 Palatinate Purple

📋 copy color: '#742562'

red 116 ◦ green 37 ◦ blue 98

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

Shades of Palatinate Purple #742562

Tints of Palatinate Purple #742562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.04%

R = 46.22%
G = 14.74%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#742562 (or 0x742562) is known color: Palatinate Purple. HEX triplet: 74, 25 and 62. RGB value is (116,37,98). Sum of RGB (Red+Green+Blue) = 116+37+98=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #742562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742562 is #8BDA9D. Grayscale: #434343. Windows color (decimal): -9165470 or 6432116. OLE color: 6432116.

HSL color Cylindrical-coordinate representation of color #742562: hue angle of 313.67º 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 #742562 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 98 -
CMYK 0 0.68 0.16 0.55
HSL 313.67º 0.52% 0.3% -
HSV(B) 313.67º 0.68% 0.45% -
XYZ 10.07 5.92 12.17 -
YUV 67.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 116 37 98 0 0.68 0.16 0.55 313.67 0.52 0.3
Hex 74 25 62 0 44 10 37 13A 34 1E
Octal 164 45 142 0 104 20 67 472 64 36
Binary 1110100 100101 1100010 0 1000100 10000 110111 100111010 110100 11110

Color Harmonies of #742562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742562

Black with #742562

Text Example


Text Example

White with #742562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742562; }

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

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

background-color css

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

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

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

border-color css

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

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

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