Html Css Color HEX #7D3669 Palatinate Purple

📋 copy color: '#7D3669'

red 125 ◦ green 54 ◦ blue 105

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

Shades of Palatinate Purple #7D3669

Tints of Palatinate Purple #7D3669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.01%

 BLUE value IS 105 (41.41% from 255) = 36.97%

R = 44.01%
G = 19.01%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D3669 (or 0x7D3669) is known color: Palatinate Purple. HEX triplet: 7D, 36 and 69. RGB value is (125,54,105). Sum of RGB (Red+Green+Blue) = 125+54+105=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3669 is #82C996. Grayscale: #505050. Windows color (decimal): -8571287 or 6895229. OLE color: 6895229.

HSL color Cylindrical-coordinate representation of color #7D3669: hue angle of 316.9º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D3669 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 54 105 -
CMYK 0 0.57 0.16 0.51
HSL 316.9º 0.4% 0.35% -
HSV(B) 316.9º 0.57% 0.49% -
XYZ 12.33 8.02 14.26 -
YUV 81.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 125 54 105 0 0.57 0.16 0.51 316.9 0.4 0.35
Hex 7D 36 69 0 39 10 33 13D 28 23
Octal 175 66 151 0 71 20 63 475 50 43
Binary 1111101 110110 1101001 0 111001 10000 110011 100111101 101000 100011

Color Harmonies of #7D3669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3669

Black with #7D3669

Text Example


Text Example

White with #7D3669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,54,105); }

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

background-color css

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

 a { background-color: rgb(125,54,105); }

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

border-color css

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

 span { border-color: rgb(125,54,105); }

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