Html Css Color HEX #7C3766 Palatinate Purple

📋 copy color: '#7C3766'

red 124 ◦ green 55 ◦ blue 102

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

Shades of Palatinate Purple #7C3766

Tints of Palatinate Purple #7C3766

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 44.13%
G = 19.57%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7C3766 (or 0x7C3766) is known color: Palatinate Purple. HEX triplet: 7C, 37 and 66. RGB value is (124,55,102). Sum of RGB (Red+Green+Blue) = 124+55+102=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3766 is #83C899. Grayscale: #505050. Windows color (decimal): -8636570 or 6698876. OLE color: 6698876.

HSL color Cylindrical-coordinate representation of color #7C3766: hue angle of 319.13º 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 #7C3766 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 55 102 -
CMYK 0 0.56 0.18 0.51
HSL 319.13º 0.39% 0.35% -
HSV(B) 319.13º 0.56% 0.49% -
XYZ 12.08 7.98 13.47 -
YUV 80.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 124 55 102 0 0.56 0.18 0.51 319.13 0.39 0.35
Hex 7C 37 66 0 38 12 33 13F 27 23
Octal 174 67 146 0 70 22 63 477 47 43
Binary 1111100 110111 1100110 0 111000 10010 110011 100111111 100111 100011

Color Harmonies of #7C3766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3766

Black with #7C3766

Text Example


Text Example

White with #7C3766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,55,102); }

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

background-color css

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

 a { background-color: rgb(124,55,102); }

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

border-color css

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

 span { border-color: rgb(124,55,102); }

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