Html Css Color HEX #741E62 Palatinate Purple

📋 copy color: '#741E62'

red 116 ◦ green 30 ◦ blue 98

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

Shades of Palatinate Purple #741E62

Tints of Palatinate Purple #741E62

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.3%

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

R = 47.54%
G = 12.3%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#741E62 (or 0x741E62) is known color: Palatinate Purple. HEX triplet: 74, 1E and 62. RGB value is (116,30,98). Sum of RGB (Red+Green+Blue) = 116+30+98=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #741E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E62 is #8BE19D. Grayscale: #3F3F3F. Windows color (decimal): -9167262 or 6430324. OLE color: 6430324.

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

Color convert

RGB 116 30 98 -
CMYK 0 0.74 0.16 0.55
HSL 312.56º 0.59% 0.29% -
HSV(B) 312.56º 0.74% 0.45% -
XYZ 9.87 5.52 12.1 -
YUV 63.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 116 30 98 0 0.74 0.16 0.55 312.56 0.59 0.29
Hex 74 1E 62 0 4A 10 37 139 3B 1D
Octal 164 36 142 0 112 20 67 471 73 35
Binary 1110100 11110 1100010 0 1001010 10000 110111 100111001 111011 11101

Color Harmonies of #741E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741E62

Black with #741E62

Text Example


Text Example

White with #741E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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