Html Css Color HEX #742769 Palatinate Purple

📋 copy color: '#742769'

red 116 ◦ green 39 ◦ blue 105

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

Shades of Palatinate Purple #742769

Tints of Palatinate Purple #742769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

 BLUE value IS 105 (41.41% from 255) = 40.38%

R = 44.62%
G = 15%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#742769 (or 0x742769) is known color: Palatinate Purple. HEX triplet: 74, 27 and 69. RGB value is (116,39,105). Sum of RGB (Red+Green+Blue) = 116+39+105=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #742769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742769 is #8BD896. Grayscale: #454545. Windows color (decimal): -9164951 or 6891380. OLE color: 6891380.

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

Color convert

RGB 116 39 105 -
CMYK 0 0.66 0.09 0.55
HSL 308.57º 0.5% 0.3% -
HSV(B) 308.57º 0.66% 0.45% -
XYZ 10.48 6.18 14.01 -
YUV 69.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 116 39 105 0 0.66 0.09 0.55 308.57 0.5 0.3
Hex 74 27 69 0 42 9 37 135 32 1E
Octal 164 47 151 0 102 11 67 465 62 36
Binary 1110100 100111 1101001 0 1000010 1001 110111 100110101 110010 11110

Color Harmonies of #742769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742769

Black with #742769

Text Example


Text Example

White with #742769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742769; }

 p { color: rgb(116,39,105); }

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

background-color css

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

 a { background-color: rgb(116,39,105); }

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

border-color css

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

 span { border-color: rgb(116,39,105); }

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