Html Css Color HEX #7D1B5F Palatinate Purple

📋 copy color: '#7D1B5F'

red 125 ◦ green 27 ◦ blue 95

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

Shades of Palatinate Purple #7D1B5F

Tints of Palatinate Purple #7D1B5F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.93%

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 50.61%
G = 10.93%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D1B5F (or 0x7D1B5F) is known color: Palatinate Purple. HEX triplet: 7D, 1B and 5F. RGB value is (125,27,95). Sum of RGB (Red+Green+Blue) = 125+27+95=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1B5F is #82E4A0. Grayscale: #3F3F3F. Windows color (decimal): -8578209 or 6232957. OLE color: 6232957.

HSL color Cylindrical-coordinate representation of color #7D1B5F: hue angle of 318.37º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1B5F is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 27 95 -
CMYK 0 0.78 0.24 0.51
HSL 318.37º 0.64% 0.3% -
HSV(B) 318.37º 0.78% 0.49% -
XYZ 10.91 5.97 11.4 -
YUV 64.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 125 27 95 0 0.78 0.24 0.51 318.37 0.64 0.3
Hex 7D 1B 5F 0 4E 18 33 13E 40 1E
Octal 175 33 137 0 116 30 63 476 100 36
Binary 1111101 11011 1011111 0 1001110 11000 110011 100111110 1000000 11110

Color Harmonies of #7D1B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1B5F

Black with #7D1B5F

Text Example


Text Example

White with #7D1B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,27,95); }

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

background-color css

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

 a { background-color: rgb(125,27,95); }

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

border-color css

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

 span { border-color: rgb(125,27,95); }

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