Html Css Color HEX #713467 Palatinate Purple

📋 copy color: '#713467'

red 113 ◦ green 52 ◦ blue 103

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

Shades of Palatinate Purple #713467

Tints of Palatinate Purple #713467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

 BLUE value IS 103 (40.63% from 255) = 38.43%

R = 42.16%
G = 19.4%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#713467 (or 0x713467) is known color: Palatinate Purple. HEX triplet: 71, 34 and 67. RGB value is (113,52,103). Sum of RGB (Red+Green+Blue) = 113+52+103=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #713467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713467 is #8ECB98. Grayscale: #4B4B4B. Windows color (decimal): -9358233 or 6763633. OLE color: 6763633.

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

Color convert

RGB 113 52 103 -
CMYK 0 0.54 0.09 0.56
HSL 309.84º 0.37% 0.32% -
HSV(B) 309.84º 0.54% 0.44% -
XYZ 10.49 6.95 13.62 -
YUV 76.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 113 52 103 0 0.54 0.09 0.56 309.84 0.37 0.32
Hex 71 34 67 0 36 9 38 136 25 20
Octal 161 64 147 0 66 11 70 466 45 40
Binary 1110001 110100 1100111 0 110110 1001 111000 100110110 100101 100000

Color Harmonies of #713467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713467

Black with #713467

Text Example


Text Example

White with #713467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713467; }

 p { color: rgb(113,52,103); }

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

background-color css

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

 a { background-color: rgb(113,52,103); }

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

border-color css

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

 span { border-color: rgb(113,52,103); }

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