Html Css Color HEX #7D175B Palatinate Purple

📋 copy color: '#7D175B'

red 125 ◦ green 23 ◦ blue 91

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

Shades of Palatinate Purple #7D175B

Tints of Palatinate Purple #7D175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.62%

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

R = 52.3%
G = 9.62%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D175B (or 0x7D175B) is known color: Palatinate Purple. HEX triplet: 7D, 17 and 5B. RGB value is (125,23,91). Sum of RGB (Red+Green+Blue) = 125+23+91=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D175B is #82E8A4. Grayscale: #3D3D3D. Windows color (decimal): -8579237 or 5969789. OLE color: 5969789.

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

Color convert

RGB 125 23 91 -
CMYK 0 0.82 0.27 0.51
HSL 320º 0.69% 0.29% -
HSV(B) 320º 0.82% 0.49% -
XYZ 10.65 5.73 10.44 -
YUV 61.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 125 23 91 0 0.82 0.27 0.51 320 0.69 0.29
Hex 7D 17 5B 0 52 1B 33 140 45 1D
Octal 175 27 133 0 122 33 63 500 105 35
Binary 1111101 10111 1011011 0 1010010 11011 110011 101000000 1000101 11101

Color Harmonies of #7D175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D175B

Black with #7D175B

Text Example


Text Example

White with #7D175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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