Html Css Color HEX #713366 Palatinate Purple

📋 copy color: '#713366'

red 113 ◦ green 51 ◦ blue 102

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

Shades of Palatinate Purple #713366

Tints of Palatinate Purple #713366

RGB

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

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

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

R = 42.48%
G = 19.17%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#713366 (or 0x713366) is known color: Palatinate Purple. HEX triplet: 71, 33 and 66. RGB value is (113,51,102). Sum of RGB (Red+Green+Blue) = 113+51+102=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #713366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713366 is #8ECC99. Grayscale: #4B4B4B. Windows color (decimal): -9358490 or 6697841. OLE color: 6697841.

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

Color convert

RGB 113 51 102 -
CMYK 0 0.55 0.10 0.56
HSL 310.65º 0.38% 0.32% -
HSV(B) 310.65º 0.55% 0.44% -
XYZ 10.39 6.84 13.34 -
YUV 75.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 113 51 102 0 0.55 0.10 0.56 310.65 0.38 0.32
Hex 71 33 66 0 37 A 38 137 26 20
Octal 161 63 146 0 67 12 70 467 46 40
Binary 1110001 110011 1100110 0 110111 1010 111000 100110111 100110 100000

Color Harmonies of #713366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713366

Black with #713366

Text Example


Text Example

White with #713366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713366; }

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

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

background-color css

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

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

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

border-color css

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

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

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