Html Css Color HEX #7D2865 Palatinate Purple

📋 copy color: '#7D2865'

red 125 ◦ green 40 ◦ blue 101

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

Shades of Palatinate Purple #7D2865

Tints of Palatinate Purple #7D2865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

 BLUE value IS 101 (39.84% from 255) = 37.97%

R = 46.99%
G = 15.04%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7D2865 (or 0x7D2865) is known color: Palatinate Purple. HEX triplet: 7D, 28 and 65. RGB value is (125,40,101). Sum of RGB (Red+Green+Blue) = 125+40+101=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2865 is #82D79A. Grayscale: #484848. Windows color (decimal): -8574875 or 6629501. OLE color: 6629501.

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

Color convert

RGB 125 40 101 -
CMYK 0 0.68 0.19 0.51
HSL 316.94º 0.52% 0.32% -
HSV(B) 316.94º 0.68% 0.49% -
XYZ 11.57 6.82 13.02 -
YUV 72.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 125 40 101 0 0.68 0.19 0.51 316.94 0.52 0.32
Hex 7D 28 65 0 44 13 33 13D 34 20
Octal 175 50 145 0 104 23 63 475 64 40
Binary 1111101 101000 1100101 0 1000100 10011 110011 100111101 110100 100000

Color Harmonies of #7D2865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2865

Black with #7D2865

Text Example


Text Example

White with #7D2865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,40,101); }

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

background-color css

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

 a { background-color: rgb(125,40,101); }

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

border-color css

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

 span { border-color: rgb(125,40,101); }

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