Html Css Color HEX #7D135B Palatinate Purple

📋 copy color: '#7D135B'

red 125 ◦ green 19 ◦ blue 91

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

Shades of Palatinate Purple #7D135B

Tints of Palatinate Purple #7D135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

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

R = 53.19%
G = 8.09%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D135B (or 0x7D135B) is known color: Palatinate Purple. HEX triplet: 7D, 13 and 5B. RGB value is (125,19,91). Sum of RGB (Red+Green+Blue) = 125+19+91=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D135B is #82ECA4. Grayscale: #3A3A3A. Windows color (decimal): -8580261 or 5968765. OLE color: 5968765.

HSL color Cylindrical-coordinate representation of color #7D135B: hue angle of 319.25º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D135B is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 19 91 -
CMYK 0 0.85 0.27 0.51
HSL 319.25º 0.74% 0.28% -
HSV(B) 319.25º 0.85% 0.49% -
XYZ 10.58 5.58 10.42 -
YUV 58.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 125 19 91 0 0.85 0.27 0.51 319.25 0.74 0.28
Hex 7D 13 5B 0 55 1B 33 13F 4A 1C
Octal 175 23 133 0 125 33 63 477 112 34
Binary 1111101 10011 1011011 0 1010101 11011 110011 100111111 1001010 11100

Color Harmonies of #7D135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D135B

Black with #7D135B

Text Example


Text Example

White with #7D135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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