Html Css Color HEX #742866 Palatinate Purple

📋 copy color: '#742866'

red 116 ◦ green 40 ◦ blue 102

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

Shades of Palatinate Purple #742866

Tints of Palatinate Purple #742866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

 BLUE value IS 102 (40.23% from 255) = 39.53%

R = 44.96%
G = 15.5%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#742866 (or 0x742866) is known color: Palatinate Purple. HEX triplet: 74, 28 and 66. RGB value is (116,40,102). Sum of RGB (Red+Green+Blue) = 116+40+102=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #742866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742866 is #8BD799. Grayscale: #454545. Windows color (decimal): -9164698 or 6695028. OLE color: 6695028.

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

Color convert

RGB 116 40 102 -
CMYK 0 0.66 0.12 0.55
HSL 311.05º 0.49% 0.31% -
HSV(B) 311.05º 0.66% 0.45% -
XYZ 10.36 6.19 13.22 -
YUV 69.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 116 40 102 0 0.66 0.12 0.55 311.05 0.49 0.31
Hex 74 28 66 0 42 C 37 137 31 1F
Octal 164 50 146 0 102 14 67 467 61 37
Binary 1110100 101000 1100110 0 1000010 1100 110111 100110111 110001 11111

Color Harmonies of #742866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742866

Black with #742866

Text Example


Text Example

White with #742866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742866; }

 p { color: rgb(116,40,102); }

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

background-color css

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

 a { background-color: rgb(116,40,102); }

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

border-color css

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

 span { border-color: rgb(116,40,102); }

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