Html Css Color HEX #742262 Palatinate Purple

📋 copy color: '#742262'

red 116 ◦ green 34 ◦ blue 98

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

Shades of Palatinate Purple #742262

Tints of Palatinate Purple #742262

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.71%

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

R = 46.77%
G = 13.71%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#742262 (or 0x742262) is known color: Palatinate Purple. HEX triplet: 74, 22 and 62. RGB value is (116,34,98). Sum of RGB (Red+Green+Blue) = 116+34+98=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #742262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742262 is #8BDD9D. Grayscale: #414141. Windows color (decimal): -9166238 or 6431348. OLE color: 6431348.

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

Color convert

RGB 116 34 98 -
CMYK 0 0.71 0.16 0.55
HSL 313.17º 0.55% 0.29% -
HSV(B) 313.17º 0.71% 0.45% -
XYZ 9.98 5.74 12.14 -
YUV 65.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 116 34 98 0 0.71 0.16 0.55 313.17 0.55 0.29
Hex 74 22 62 0 47 10 37 139 37 1D
Octal 164 42 142 0 107 20 67 471 67 35
Binary 1110100 100010 1100010 0 1000111 10000 110111 100111001 110111 11101

Color Harmonies of #742262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742262

Black with #742262

Text Example


Text Example

White with #742262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742262; }

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

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

background-color css

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

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

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

border-color css

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

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

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