Html Css Color HEX #7D3064 Palatinate Purple

📋 copy color: '#7D3064'

red 125 ◦ green 48 ◦ blue 100

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

Shades of Palatinate Purple #7D3064

Tints of Palatinate Purple #7D3064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

 BLUE value IS 100 (39.45% from 255) = 36.63%

R = 45.79%
G = 17.58%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.2

 K value IS 0.51

RGB Variations

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

Color information

#7D3064 (or 0x7D3064) is known color: Palatinate Purple. HEX triplet: 7D, 30 and 64. RGB value is (125,48,100). Sum of RGB (Red+Green+Blue) = 125+48+100=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3064 is #82CF9B. Grayscale: #4C4C4C. Windows color (decimal): -8572828 or 6566013. OLE color: 6566013.

HSL color Cylindrical-coordinate representation of color #7D3064: hue angle of 319.48º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D3064 is Cyan = 0, Magento = 0.62, Yellow = 0.2 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 48 100 -
CMYK 0 0.62 0.2 0.51
HSL 319.48º 0.45% 0.34% -
HSV(B) 319.48º 0.62% 0.49% -
XYZ 11.81 7.39 12.86 -
YUV 76.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 125 48 100 0 0.62 0.2 0.51 319.48 0.45 0.34
Hex 7D 30 64 0 3E 14 33 13F 2D 22
Octal 175 60 144 0 76 24 63 477 55 42
Binary 1111101 110000 1100100 0 111110 10100 110011 100111111 101101 100010

Color Harmonies of #7D3064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3064

Black with #7D3064

Text Example


Text Example

White with #7D3064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,48,100); }

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

background-color css

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

 a { background-color: rgb(125,48,100); }

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

border-color css

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

 span { border-color: rgb(125,48,100); }

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