Html Css Color HEX #714367 Palatinate Purple

📋 copy color: '#714367'

red 113 ◦ green 67 ◦ blue 103

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

Shades of Palatinate Purple #714367

Tints of Palatinate Purple #714367

RGB

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

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

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

R = 39.93%
G = 23.67%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#714367 (or 0x714367) is known color: Palatinate Purple. HEX triplet: 71, 43 and 67. RGB value is (113,67,103). Sum of RGB (Red+Green+Blue) = 113+67+103=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #714367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714367 is #8EBC98. Grayscale: #545454. Windows color (decimal): -9354393 or 6767473. OLE color: 6767473.

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

Color convert

RGB 113 67 103 -
CMYK 0 0.41 0.09 0.56
HSL 313.04º 0.26% 0.35% -
HSV(B) 313.04º 0.41% 0.44% -
XYZ 11.27 8.5 13.88 -
YUV 84.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 113 67 103 0 0.41 0.09 0.56 313.04 0.26 0.35
Hex 71 43 67 0 29 9 38 139 1A 23
Octal 161 103 147 0 51 11 70 471 32 43
Binary 1110001 1000011 1100111 0 101001 1001 111000 100111001 11010 100011

Color Harmonies of #714367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714367

Black with #714367

Text Example


Text Example

White with #714367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714367; }

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

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

background-color css

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

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

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

border-color css

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

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

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