Html Css Color HEX #742C6B Palatinate Purple

📋 copy color: '#742C6B'

red 116 ◦ green 44 ◦ blue 107

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

Shades of Palatinate Purple #742C6B

Tints of Palatinate Purple #742C6B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.48%

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 43.45%
G = 16.48%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#742C6B (or 0x742C6B) is known color: Palatinate Purple. HEX triplet: 74, 2C and 6B. RGB value is (116,44,107). Sum of RGB (Red+Green+Blue) = 116+44+107=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #742C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742C6B is #8BD394. Grayscale: #484848. Windows color (decimal): -9163669 or 7023732. OLE color: 7023732.

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

Color convert

RGB 116 44 107 -
CMYK 0 0.62 0.08 0.55
HSL 307.5º 0.45% 0.31% -
HSV(B) 307.5º 0.62% 0.45% -
XYZ 10.76 6.58 14.61 -
YUV 72.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 116 44 107 0 0.62 0.08 0.55 307.5 0.45 0.31
Hex 74 2C 6B 0 3E 8 37 134 2D 1F
Octal 164 54 153 0 76 10 67 464 55 37
Binary 1110100 101100 1101011 0 111110 1000 110111 100110100 101101 11111

Color Harmonies of #742C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C6B

Black with #742C6B

Text Example


Text Example

White with #742C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,44,107); }

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

background-color css

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

 a { background-color: rgb(116,44,107); }

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

border-color css

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

 span { border-color: rgb(116,44,107); }

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