Html Css Color HEX #713466 Palatinate Purple

📋 copy color: '#713466'

red 113 ◦ green 52 ◦ blue 102

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

Shades of Palatinate Purple #713466

Tints of Palatinate Purple #713466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.2%

R = 42.32%
G = 19.48%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#713466 (or 0x713466) is known color: Palatinate Purple. HEX triplet: 71, 34 and 66. RGB value is (113,52,102). Sum of RGB (Red+Green+Blue) = 113+52+102=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #713466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713466 is #8ECB99. Grayscale: #4B4B4B. Windows color (decimal): -9358234 or 6698097. OLE color: 6698097.

HSL color Cylindrical-coordinate representation of color #713466: hue angle of 310.82º 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 #713466 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 102 -
CMYK 0 0.54 0.10 0.56
HSL 310.82º 0.37% 0.32% -
HSV(B) 310.82º 0.54% 0.44% -
XYZ 10.44 6.93 13.36 -
YUV 75.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 113 52 102 0 0.54 0.10 0.56 310.82 0.37 0.32
Hex 71 34 66 0 36 A 38 137 25 20
Octal 161 64 146 0 66 12 70 467 45 40
Binary 1110001 110100 1100110 0 110110 1010 111000 100110111 100101 100000

Color Harmonies of #713466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713466

Black with #713466

Text Example


Text Example

White with #713466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713466; }

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

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

background-color css

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

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

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

border-color css

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

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

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