Html Css Color HEX #7D366A Palatinate Purple

📋 copy color: '#7D366A'

red 125 ◦ green 54 ◦ blue 106

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

Shades of Palatinate Purple #7D366A

Tints of Palatinate Purple #7D366A

RGB

 RED value IS 125 (49.22% from 255) = 43.86%

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

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 43.86%
G = 18.95%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7D366A (or 0x7D366A) is known color: Palatinate Purple. HEX triplet: 7D, 36 and 6A. RGB value is (125,54,106). Sum of RGB (Red+Green+Blue) = 125+54+106=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 125 - color contains mainly: red. Hex color #7D366A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D366A is #82C995. Grayscale: #515151. Windows color (decimal): -8571286 or 6960765. OLE color: 6960765.

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

Color convert

RGB 125 54 106 -
CMYK 0 0.57 0.15 0.51
HSL 316.06º 0.4% 0.35% -
HSV(B) 316.06º 0.57% 0.49% -
XYZ 12.38 8.04 14.53 -
YUV 81.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 125 54 106 0 0.57 0.15 0.51 316.06 0.4 0.35
Hex 7D 36 6A 0 39 F 33 13C 28 23
Octal 175 66 152 0 71 17 63 474 50 43
Binary 1111101 110110 1101010 0 111001 1111 110011 100111100 101000 100011

Color Harmonies of #7D366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D366A

Black with #7D366A

Text Example


Text Example

White with #7D366A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,54,106); }

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

background-color css

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

 a { background-color: rgb(125,54,106); }

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

border-color css

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

 span { border-color: rgb(125,54,106); }

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