Html Css Color HEX #7C295F Palatinate Purple

📋 copy color: '#7C295F'

red 124 ◦ green 41 ◦ blue 95

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

Shades of Palatinate Purple #7C295F

Tints of Palatinate Purple #7C295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

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

R = 47.69%
G = 15.77%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C295F (or 0x7C295F) is known color: Palatinate Purple. HEX triplet: 7C, 29 and 5F. RGB value is (124,41,95). Sum of RGB (Red+Green+Blue) = 124+41+95=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C295F is #83D6A0. Grayscale: #474747. Windows color (decimal): -8640161 or 6236540. OLE color: 6236540.

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

Color convert

RGB 124 41 95 -
CMYK 0 0.67 0.23 0.51
HSL 320.96º 0.5% 0.32% -
HSV(B) 320.96º 0.67% 0.49% -
XYZ 11.17 6.7 11.53 -
YUV 71.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 124 41 95 0 0.67 0.23 0.51 320.96 0.5 0.32
Hex 7C 29 5F 0 43 17 33 141 32 20
Octal 174 51 137 0 103 27 63 501 62 40
Binary 1111100 101001 1011111 0 1000011 10111 110011 101000001 110010 100000

Color Harmonies of #7C295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C295F

Black with #7C295F

Text Example


Text Example

White with #7C295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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