Html Css Color HEX #740963 Palatinate Purple

📋 copy color: '#740963'

red 116 ◦ green 9 ◦ blue 99

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

Shades of Palatinate Purple #740963

Tints of Palatinate Purple #740963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

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

R = 51.79%
G = 4.02%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#740963 (or 0x740963) is known color: Palatinate Purple. HEX triplet: 74, 09 and 63. RGB value is (116,9,99). Sum of RGB (Red+Green+Blue) = 116+9+99=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #740963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740963 is #8BF69C. Grayscale: #333333. Windows color (decimal): -9172637 or 6490484. OLE color: 6490484.

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

Color convert

RGB 116 9 99 -
CMYK 0 0.92 0.15 0.55
HSL 309.53º 0.86% 0.25% -
HSV(B) 309.53º 0.92% 0.45% -
XYZ 9.55 4.81 12.23 -
YUV 51.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 116 9 99 0 0.92 0.15 0.55 309.53 0.86 0.25
Hex 74 9 63 0 5C F 37 136 56 19
Octal 164 11 143 0 134 17 67 466 126 31
Binary 1110100 1001 1100011 0 1011100 1111 110111 100110110 1010110 11001

Color Harmonies of #740963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740963

Black with #740963

Text Example


Text Example

White with #740963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740963; }

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

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

background-color css

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

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

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

border-color css

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

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

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