Html Css Color HEX #742D6A Palatinate Purple

📋 copy color: '#742D6A'

red 116 ◦ green 45 ◦ blue 106

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

Shades of Palatinate Purple #742D6A

Tints of Palatinate Purple #742D6A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.85%

 BLUE value IS 106 (41.8% from 255) = 39.7%

R = 43.45%
G = 16.85%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#742D6A (or 0x742D6A) is known color: Palatinate Purple. HEX triplet: 74, 2D and 6A. RGB value is (116,45,106). Sum of RGB (Red+Green+Blue) = 116+45+106=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #742D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742D6A is #8BD295. Grayscale: #494949. Windows color (decimal): -9163414 or 6958452. OLE color: 6958452.

HSL color Cylindrical-coordinate representation of color #742D6A: hue angle of 308.45º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #742D6A is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 45 106 -
CMYK 0 0.61 0.09 0.55
HSL 308.45º 0.44% 0.32% -
HSV(B) 308.45º 0.61% 0.45% -
XYZ 10.74 6.63 14.35 -
YUV 73.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 116 45 106 0 0.61 0.09 0.55 308.45 0.44 0.32
Hex 74 2D 6A 0 3D 9 37 134 2C 20
Octal 164 55 152 0 75 11 67 464 54 40
Binary 1110100 101101 1101010 0 111101 1001 110111 100110100 101100 100000

Color Harmonies of #742D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D6A

Black with #742D6A

Text Example


Text Example

White with #742D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742D6A; }

 p { color: rgb(116,45,106); }

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

background-color css

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

 a { background-color: rgb(116,45,106); }

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

border-color css

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

 span { border-color: rgb(116,45,106); }

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