Html Css Color HEX #7D2663 Palatinate Purple

📋 copy color: '#7D2663'

red 125 ◦ green 38 ◦ blue 99

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

Shades of Palatinate Purple #7D2663

Tints of Palatinate Purple #7D2663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

 BLUE value IS 99 (39.06% from 255) = 37.79%

R = 47.71%
G = 14.5%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7D2663 (or 0x7D2663) is known color: Palatinate Purple. HEX triplet: 7D, 26 and 63. RGB value is (125,38,99). Sum of RGB (Red+Green+Blue) = 125+38+99=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2663 is #82D99C. Grayscale: #464646. Windows color (decimal): -8575389 or 6497917. OLE color: 6497917.

HSL color Cylindrical-coordinate representation of color #7D2663: hue angle of 317.93º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D2663 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 38 99 -
CMYK 0 0.70 0.21 0.51
HSL 317.93º 0.53% 0.32% -
HSV(B) 317.93º 0.7% 0.49% -
XYZ 11.4 6.65 12.49 -
YUV 70.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 125 38 99 0 0.70 0.21 0.51 317.93 0.53 0.32
Hex 7D 26 63 0 46 15 33 13E 35 20
Octal 175 46 143 0 106 25 63 476 65 40
Binary 1111101 100110 1100011 0 1000110 10101 110011 100111110 110101 100000

Color Harmonies of #7D2663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2663

Black with #7D2663

Text Example


Text Example

White with #7D2663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,38,99); }

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

background-color css

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

 a { background-color: rgb(125,38,99); }

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

border-color css

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

 span { border-color: rgb(125,38,99); }

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