Html Css Color HEX #7C2C67 Palatinate Purple

📋 copy color: '#7C2C67'

red 124 ◦ green 44 ◦ blue 103

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

Shades of Palatinate Purple #7C2C67

Tints of Palatinate Purple #7C2C67

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.24%

 BLUE value IS 103 (40.63% from 255) = 38.01%

R = 45.76%
G = 16.24%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7C2C67 (or 0x7C2C67) is known color: Palatinate Purple. HEX triplet: 7C, 2C and 67. RGB value is (124,44,103). Sum of RGB (Red+Green+Blue) = 124+44+103=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2C67 is #83D398. Grayscale: #4A4A4A. Windows color (decimal): -8639385 or 6761596. OLE color: 6761596.

HSL color Cylindrical-coordinate representation of color #7C2C67: hue angle of 315.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2C67 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 44 103 -
CMYK 0 0.65 0.17 0.51
HSL 315.75º 0.48% 0.33% -
HSV(B) 315.75º 0.65% 0.49% -
XYZ 11.66 7.07 13.58 -
YUV 74.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 124 44 103 0 0.65 0.17 0.51 315.75 0.48 0.33
Hex 7C 2C 67 0 41 11 33 13C 30 21
Octal 174 54 147 0 101 21 63 474 60 41
Binary 1111100 101100 1100111 0 1000001 10001 110011 100111100 110000 100001

Color Harmonies of #7C2C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2C67

Black with #7C2C67

Text Example


Text Example

White with #7C2C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,44,103); }

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

background-color css

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

 a { background-color: rgb(124,44,103); }

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

border-color css

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

 span { border-color: rgb(124,44,103); }

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