Html Css Color HEX #742662 Palatinate Purple

📋 copy color: '#742662'

red 116 ◦ green 38 ◦ blue 98

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

Shades of Palatinate Purple #742662

Tints of Palatinate Purple #742662

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

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

R = 46.03%
G = 15.08%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#742662 (or 0x742662) is known color: Palatinate Purple. HEX triplet: 74, 26 and 62. RGB value is (116,38,98). Sum of RGB (Red+Green+Blue) = 116+38+98=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #742662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742662 is #8BD99D. Grayscale: #444444. Windows color (decimal): -9165214 or 6432372. OLE color: 6432372.

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

Color convert

RGB 116 38 98 -
CMYK 0 0.67 0.16 0.55
HSL 313.85º 0.51% 0.3% -
HSV(B) 313.85º 0.67% 0.45% -
XYZ 10.1 5.98 12.18 -
YUV 68.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 116 38 98 0 0.67 0.16 0.55 313.85 0.51 0.3
Hex 74 26 62 0 43 10 37 13A 33 1E
Octal 164 46 142 0 103 20 67 472 63 36
Binary 1110100 100110 1100010 0 1000011 10000 110111 100111010 110011 11110

Color Harmonies of #742662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742662

Black with #742662

Text Example


Text Example

White with #742662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742662; }

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

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

background-color css

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

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

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

border-color css

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

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

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