Html Css Color HEX #742163 Palatinate Purple

📋 copy color: '#742163'

red 116 ◦ green 33 ◦ blue 99

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

Shades of Palatinate Purple #742163

Tints of Palatinate Purple #742163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.31%

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 46.77%
G = 13.31%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#742163 (or 0x742163) is known color: Palatinate Purple. HEX triplet: 74, 21 and 63. RGB value is (116,33,99). Sum of RGB (Red+Green+Blue) = 116+33+99=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #742163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742163 is #8BDE9C. Grayscale: #414141. Windows color (decimal): -9166493 or 6496628. OLE color: 6496628.

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

Color convert

RGB 116 33 99 -
CMYK 0 0.72 0.15 0.55
HSL 312.29º 0.56% 0.29% -
HSV(B) 312.29º 0.72% 0.45% -
XYZ 10 5.7 12.38 -
YUV 65.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 116 33 99 0 0.72 0.15 0.55 312.29 0.56 0.29
Hex 74 21 63 0 48 F 37 138 38 1D
Octal 164 41 143 0 110 17 67 470 70 35
Binary 1110100 100001 1100011 0 1001000 1111 110111 100111000 111000 11101

Color Harmonies of #742163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742163

Black with #742163

Text Example


Text Example

White with #742163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742163; }

 p { color: rgb(116,33,99); }

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

background-color css

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

 a { background-color: rgb(116,33,99); }

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

border-color css

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

 span { border-color: rgb(116,33,99); }

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