Html Css Color HEX #713268 Palatinate Purple

📋 copy color: '#713268'

red 113 ◦ green 50 ◦ blue 104

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

Shades of Palatinate Purple #713268

Tints of Palatinate Purple #713268

RGB

 RED value IS 113 (44.53% from 255) = 42.32%

 GREEN value IS 50 (19.92% from 255) = 18.73%

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

R = 42.32%
G = 18.73%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#713268 (or 0x713268) is known color: Palatinate Purple. HEX triplet: 71, 32 and 68. RGB value is (113,50,104). Sum of RGB (Red+Green+Blue) = 113+50+104=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #713268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713268 is #8ECD97. Grayscale: #4A4A4A. Windows color (decimal): -9358744 or 6828657. OLE color: 6828657.

HSL color Cylindrical-coordinate representation of color #713268: hue angle of 308.57º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #713268 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 50 104 -
CMYK 0 0.56 0.08 0.56
HSL 308.57º 0.39% 0.32% -
HSV(B) 308.57º 0.56% 0.44% -
XYZ 10.45 6.79 13.86 -
YUV 74.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 113 50 104 0 0.56 0.08 0.56 308.57 0.39 0.32
Hex 71 32 68 0 38 8 38 135 27 20
Octal 161 62 150 0 70 10 70 465 47 40
Binary 1110001 110010 1101000 0 111000 1000 111000 100110101 100111 100000

Color Harmonies of #713268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713268

Black with #713268

Text Example


Text Example

White with #713268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713268; }

 p { color: rgb(113,50,104); }

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

background-color css

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

 a { background-color: rgb(113,50,104); }

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

border-color css

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

 span { border-color: rgb(113,50,104); }

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