Html Css Color HEX #714265 Palatinate Purple

📋 copy color: '#714265'

red 113 ◦ green 66 ◦ blue 101

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

Shades of Palatinate Purple #714265

Tints of Palatinate Purple #714265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.57%

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 40.36%
G = 23.57%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#714265 (or 0x714265) is known color: Palatinate Purple. HEX triplet: 71, 42 and 65. RGB value is (113,66,101). Sum of RGB (Red+Green+Blue) = 113+66+101=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #714265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714265 is #8EBD9A. Grayscale: #535353. Windows color (decimal): -9354651 or 6636145. OLE color: 6636145.

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

Color convert

RGB 113 66 101 -
CMYK 0 0.42 0.11 0.56
HSL 315.32º 0.26% 0.35% -
HSV(B) 315.32º 0.42% 0.44% -
XYZ 11.11 8.35 13.34 -
YUV 84.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 113 66 101 0 0.42 0.11 0.56 315.32 0.26 0.35
Hex 71 42 65 0 2A B 38 13B 1A 23
Octal 161 102 145 0 52 13 70 473 32 43
Binary 1110001 1000010 1100101 0 101010 1011 111000 100111011 11010 100011

Color Harmonies of #714265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714265

Black with #714265

Text Example


Text Example

White with #714265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714265; }

 p { color: rgb(113,66,101); }

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

background-color css

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

 a { background-color: rgb(113,66,101); }

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

border-color css

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

 span { border-color: rgb(113,66,101); }

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