Html Css Color HEX #7C175F Palatinate Purple

📋 copy color: '#7C175F'

red 124 ◦ green 23 ◦ blue 95

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

Shades of Palatinate Purple #7C175F

Tints of Palatinate Purple #7C175F

RGB

 RED value IS 124 (48.83% from 255) = 51.24%

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

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

R = 51.24%
G = 9.5%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C175F (or 0x7C175F) is known color: Palatinate Purple. HEX triplet: 7C, 17 and 5F. RGB value is (124,23,95). Sum of RGB (Red+Green+Blue) = 124+23+95=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C175F is #83E8A0. Grayscale: #3D3D3D. Windows color (decimal): -8644769 or 6231932. OLE color: 6231932.

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

Color convert

RGB 124 23 95 -
CMYK 0 0.81 0.23 0.51
HSL 317.23º 0.69% 0.29% -
HSV(B) 317.23º 0.81% 0.49% -
XYZ 10.68 5.72 11.37 -
YUV 61.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 124 23 95 0 0.81 0.23 0.51 317.23 0.69 0.29
Hex 7C 17 5F 0 51 17 33 13D 45 1D
Octal 174 27 137 0 121 27 63 475 105 35
Binary 1111100 10111 1011111 0 1010001 10111 110011 100111101 1000101 11101

Color Harmonies of #7C175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C175F

Black with #7C175F

Text Example


Text Example

White with #7C175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,23,95); }

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

background-color css

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

 a { background-color: rgb(124,23,95); }

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

border-color css

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

 span { border-color: rgb(124,23,95); }

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