Html Css Color HEX #7D376B Palatinate Purple

📋 copy color: '#7D376B'

red 125 ◦ green 55 ◦ blue 107

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

Shades of Palatinate Purple #7D376B

Tints of Palatinate Purple #7D376B

RGB

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

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

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

R = 43.55%
G = 19.16%
B = 37.28%

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

#7D376B (or 0x7D376B) is known color: Palatinate Purple. HEX triplet: 7D, 37 and 6B. RGB value is (125,55,107). Sum of RGB (Red+Green+Blue) = 125+55+107=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 125 - color contains mainly: red. Hex color #7D376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D376B is #82C894. Grayscale: #515151. Windows color (decimal): -8571029 or 7026557. OLE color: 7026557.

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

Color convert

RGB 125 55 107 -
CMYK 0 0.56 0.14 0.51
HSL 315.43º 0.39% 0.35% -
HSV(B) 315.43º 0.56% 0.49% -
XYZ 12.48 8.15 14.83 -
YUV 81.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 125 55 107 0 0.56 0.14 0.51 315.43 0.39 0.35
Hex 7D 37 6B 0 38 E 33 13B 27 23
Octal 175 67 153 0 70 16 63 473 47 43
Binary 1111101 110111 1101011 0 111000 1110 110011 100111011 100111 100011

Color Harmonies of #7D376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D376B

Black with #7D376B

Text Example


Text Example

White with #7D376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,55,107); }

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

background-color css

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

 a { background-color: rgb(125,55,107); }

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

border-color css

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

 span { border-color: rgb(125,55,107); }

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