Html Css Color HEX #7D1B5B Palatinate Purple

📋 copy color: '#7D1B5B'

red 125 ◦ green 27 ◦ blue 91

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

Shades of Palatinate Purple #7D1B5B

Tints of Palatinate Purple #7D1B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.45%

R = 51.44%
G = 11.11%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D1B5B (or 0x7D1B5B) is known color: Palatinate Purple. HEX triplet: 7D, 1B and 5B. RGB value is (125,27,91). Sum of RGB (Red+Green+Blue) = 125+27+91=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1B5B is #82E4A4. Grayscale: #3F3F3F. Windows color (decimal): -8578213 or 5970813. OLE color: 5970813.

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

Color convert

RGB 125 27 91 -
CMYK 0 0.78 0.27 0.51
HSL 320.82º 0.64% 0.3% -
HSV(B) 320.82º 0.78% 0.49% -
XYZ 10.74 5.9 10.47 -
YUV 63.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 125 27 91 0 0.78 0.27 0.51 320.82 0.64 0.3
Hex 7D 1B 5B 0 4E 1B 33 141 40 1E
Octal 175 33 133 0 116 33 63 501 100 36
Binary 1111101 11011 1011011 0 1001110 11011 110011 101000001 1000000 11110

Color Harmonies of #7D1B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1B5B

Black with #7D1B5B

Text Example


Text Example

White with #7D1B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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