Html Css Color HEX #7C336B Palatinate Purple

📋 copy color: '#7C336B'

red 124 ◦ green 51 ◦ blue 107

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

Shades of Palatinate Purple #7C336B

Tints of Palatinate Purple #7C336B

RGB

 RED value IS 124 (48.83% from 255) = 43.97%

 GREEN value IS 51 (20.31% from 255) = 18.09%

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

R = 43.97%
G = 18.09%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C336B (or 0x7C336B) is known color: Palatinate Purple. HEX triplet: 7C, 33 and 6B. RGB value is (124,51,107). Sum of RGB (Red+Green+Blue) = 124+51+107=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C336B is #83CC94. Grayscale: #4F4F4F. Windows color (decimal): -8637589 or 7025532. OLE color: 7025532.

HSL color Cylindrical-coordinate representation of color #7C336B: hue angle of 313.97º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C336B is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 51 107 -
CMYK 0 0.59 0.14 0.51
HSL 313.97º 0.42% 0.34% -
HSV(B) 313.97º 0.59% 0.49% -
XYZ 12.15 7.71 14.76 -
YUV 79.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 124 51 107 0 0.59 0.14 0.51 313.97 0.42 0.34
Hex 7C 33 6B 0 3B E 33 13A 2A 22
Octal 174 63 153 0 73 16 63 472 52 42
Binary 1111100 110011 1101011 0 111011 1110 110011 100111010 101010 100010

Color Harmonies of #7C336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C336B

Black with #7C336B

Text Example


Text Example

White with #7C336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C336B; }

 p { color: rgb(124,51,107); }

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

background-color css

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

 a { background-color: rgb(124,51,107); }

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

border-color css

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

 span { border-color: rgb(124,51,107); }

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