Html Css Color HEX #742962 Palatinate Purple

📋 copy color: '#742962'

red 116 ◦ green 41 ◦ blue 98

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

Shades of Palatinate Purple #742962

Tints of Palatinate Purple #742962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.08%

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

R = 45.49%
G = 16.08%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#742962 (or 0x742962) is known color: Palatinate Purple. HEX triplet: 74, 29 and 62. RGB value is (116,41,98). Sum of RGB (Red+Green+Blue) = 116+41+98=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #742962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742962 is #8BD69D. Grayscale: #454545. Windows color (decimal): -9164446 or 6433140. OLE color: 6433140.

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

Color convert

RGB 116 41 98 -
CMYK 0 0.65 0.16 0.55
HSL 314.4º 0.48% 0.31% -
HSV(B) 314.4º 0.65% 0.45% -
XYZ 10.2 6.18 12.21 -
YUV 69.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 116 41 98 0 0.65 0.16 0.55 314.4 0.48 0.31
Hex 74 29 62 0 41 10 37 13A 30 1F
Octal 164 51 142 0 101 20 67 472 60 37
Binary 1110100 101001 1100010 0 1000001 10000 110111 100111010 110000 11111

Color Harmonies of #742962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742962

Black with #742962

Text Example


Text Example

White with #742962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742962; }

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

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

background-color css

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

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

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

border-color css

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

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

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