Html Css Color HEX #742663 Palatinate Purple

📋 copy color: '#742663'

red 116 ◦ green 38 ◦ blue 99

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

Shades of Palatinate Purple #742663

Tints of Palatinate Purple #742663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

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

R = 45.85%
G = 15.02%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#742663 (or 0x742663) is known color: Palatinate Purple. HEX triplet: 74, 26 and 63. RGB value is (116,38,99). Sum of RGB (Red+Green+Blue) = 116+38+99=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #742663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742663 is #8BD99C. Grayscale: #444444. Windows color (decimal): -9165213 or 6497908. OLE color: 6497908.

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

Color convert

RGB 116 38 99 -
CMYK 0 0.67 0.15 0.55
HSL 313.08º 0.51% 0.3% -
HSV(B) 313.08º 0.67% 0.45% -
XYZ 10.15 6 12.43 -
YUV 68.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 116 38 99 0 0.67 0.15 0.55 313.08 0.51 0.3
Hex 74 26 63 0 43 F 37 139 33 1E
Octal 164 46 143 0 103 17 67 471 63 36
Binary 1110100 100110 1100011 0 1000011 1111 110111 100111001 110011 11110

Color Harmonies of #742663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742663

Black with #742663

Text Example


Text Example

White with #742663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742663; }

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

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

background-color css

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

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

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

border-color css

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

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

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