Html Css Color HEX #7C366B Palatinate Purple

📋 copy color: '#7C366B'

red 124 ◦ green 54 ◦ blue 107

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

Shades of Palatinate Purple #7C366B

Tints of Palatinate Purple #7C366B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.95%

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

R = 43.51%
G = 18.95%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C366B (or 0x7C366B) is known color: Palatinate Purple. HEX triplet: 7C, 36 and 6B. RGB value is (124,54,107). Sum of RGB (Red+Green+Blue) = 124+54+107=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C366B is #83C994. Grayscale: #505050. Windows color (decimal): -8636821 or 7026300. OLE color: 7026300.

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

Color convert

RGB 124 54 107 -
CMYK 0 0.56 0.14 0.51
HSL 314.57º 0.39% 0.35% -
HSV(B) 314.57º 0.56% 0.49% -
XYZ 12.29 7.98 14.8 -
YUV 80.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 124 54 107 0 0.56 0.14 0.51 314.57 0.39 0.35
Hex 7C 36 6B 0 38 E 33 13B 27 23
Octal 174 66 153 0 70 16 63 473 47 43
Binary 1111100 110110 1101011 0 111000 1110 110011 100111011 100111 100011

Color Harmonies of #7C366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C366B

Black with #7C366B

Text Example


Text Example

White with #7C366B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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