Html Css Color HEX #7D3368 Palatinate Purple

📋 copy color: '#7D3368'

red 125 ◦ green 51 ◦ blue 104

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

Shades of Palatinate Purple #7D3368

Tints of Palatinate Purple #7D3368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 44.64%
G = 18.21%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7D3368 (or 0x7D3368) is known color: Palatinate Purple. HEX triplet: 7D, 33 and 68. RGB value is (125,51,104). Sum of RGB (Red+Green+Blue) = 125+51+104=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3368 is #82CC97. Grayscale: #4F4F4F. Windows color (decimal): -8572056 or 6828925. OLE color: 6828925.

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

Color convert

RGB 125 51 104 -
CMYK 0 0.59 0.17 0.51
HSL 317.03º 0.42% 0.35% -
HSV(B) 317.03º 0.59% 0.49% -
XYZ 12.14 7.73 13.95 -
YUV 79.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 125 51 104 0 0.59 0.17 0.51 317.03 0.42 0.35
Hex 7D 33 68 0 3B 11 33 13D 2A 23
Octal 175 63 150 0 73 21 63 475 52 43
Binary 1111101 110011 1101000 0 111011 10001 110011 100111101 101010 100011

Color Harmonies of #7D3368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3368

Black with #7D3368

Text Example


Text Example

White with #7D3368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,51,104); }

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

background-color css

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

 a { background-color: rgb(125,51,104); }

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

border-color css

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

 span { border-color: rgb(125,51,104); }

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