Html Css Color HEX #7D155D Palatinate Purple

📋 copy color: '#7D155D'

red 125 ◦ green 21 ◦ blue 93

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

Shades of Palatinate Purple #7D155D

Tints of Palatinate Purple #7D155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.79%

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 52.3%
G = 8.79%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D155D (or 0x7D155D) is known color: Palatinate Purple. HEX triplet: 7D, 15 and 5D. RGB value is (125,21,93). Sum of RGB (Red+Green+Blue) = 125+21+93=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D155D is #82EAA2. Grayscale: #3C3C3C. Windows color (decimal): -8579747 or 6100349. OLE color: 6100349.

HSL color Cylindrical-coordinate representation of color #7D155D: hue angle of 318.46º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D155D is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 21 93 -
CMYK 0 0.83 0.26 0.51
HSL 318.46º 0.71% 0.29% -
HSV(B) 318.46º 0.83% 0.49% -
XYZ 10.7 5.69 10.89 -
YUV 60.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 125 21 93 0 0.83 0.26 0.51 318.46 0.71 0.29
Hex 7D 15 5D 0 53 1A 33 13E 47 1D
Octal 175 25 135 0 123 32 63 476 107 35
Binary 1111101 10101 1011101 0 1010011 11010 110011 100111110 1000111 11101

Color Harmonies of #7D155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D155D

Black with #7D155D

Text Example


Text Example

White with #7D155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,21,93); }

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

background-color css

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

 a { background-color: rgb(125,21,93); }

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

border-color css

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

 span { border-color: rgb(125,21,93); }

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