Html Css Color HEX #714366 Palatinate Purple

📋 copy color: '#714366'

red 113 ◦ green 67 ◦ blue 102

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

Shades of Palatinate Purple #714366

Tints of Palatinate Purple #714366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.76%

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

R = 40.07%
G = 23.76%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#714366 (or 0x714366) is known color: Palatinate Purple. HEX triplet: 71, 43 and 66. RGB value is (113,67,102). Sum of RGB (Red+Green+Blue) = 113+67+102=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #714366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714366 is #8EBC99. Grayscale: #545454. Windows color (decimal): -9354394 or 6701937. OLE color: 6701937.

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

Color convert

RGB 113 67 102 -
CMYK 0 0.41 0.10 0.56
HSL 314.35º 0.26% 0.35% -
HSV(B) 314.35º 0.41% 0.44% -
XYZ 11.22 8.48 13.62 -
YUV 84.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 113 67 102 0 0.41 0.10 0.56 314.35 0.26 0.35
Hex 71 43 66 0 29 A 38 13A 1A 23
Octal 161 103 146 0 51 12 70 472 32 43
Binary 1110001 1000011 1100110 0 101001 1010 111000 100111010 11010 100011

Color Harmonies of #714366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714366

Black with #714366

Text Example


Text Example

White with #714366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714366; }

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

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

background-color css

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

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

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

border-color css

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

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

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