Html Css Color HEX #742B6B Palatinate Purple

📋 copy color: '#742B6B'

red 116 ◦ green 43 ◦ blue 107

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

Shades of Palatinate Purple #742B6B

Tints of Palatinate Purple #742B6B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.17%

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

R = 43.61%
G = 16.17%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#742B6B (or 0x742B6B) is known color: Palatinate Purple. HEX triplet: 74, 2B and 6B. RGB value is (116,43,107). Sum of RGB (Red+Green+Blue) = 116+43+107=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #742B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742B6B is #8BD494. Grayscale: #474747. Windows color (decimal): -9163925 or 7023476. OLE color: 7023476.

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

Color convert

RGB 116 43 107 -
CMYK 0 0.63 0.08 0.55
HSL 307.4º 0.46% 0.31% -
HSV(B) 307.4º 0.63% 0.45% -
XYZ 10.72 6.5 14.6 -
YUV 72.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 116 43 107 0 0.63 0.08 0.55 307.4 0.46 0.31
Hex 74 2B 6B 0 3F 8 37 133 2E 1F
Octal 164 53 153 0 77 10 67 463 56 37
Binary 1110100 101011 1101011 0 111111 1000 110111 100110011 101110 11111

Color Harmonies of #742B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B6B

Black with #742B6B

Text Example


Text Example

White with #742B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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