#712467

Color #712467 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #712467

Tints of Palatinate Purple #712467

Color information

#712467 (or 0x712467) is unknown color: approx Palatinate Purple. HEX triplet: 71, 24 and 67. RGB value is (113,36,103). Sum of RGB (Red+Green+Blue) = 113+36+103=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #712467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712467 is #8EDB98. Grayscale: #424242. Windows color (decimal): -9362329 or 6759537. OLE color: 6759537.

HSL color Cylindrical-coordinate representation of color #712467: hue angle of 307.79º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712467 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11336103-
CMYK00.680.090.56
HSL307.79º51.68%29.22%-
HSV(B)307.79º68.14%44.31%-
XYZ9.895.7513.42-
YUV66.66148.51161.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 36 (14.45% from 255) = 14.29%
BLUE value IS 103 (40.62% from 255) = 40.87%
R=44.84%
G=14.29%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133610300.680.090.56307.7951.6829.22
Hex712467044938134341d
Octal16144147010411704646435
Binary1110001100100110011101000100100111100010011010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712467; }

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

 H1.HeaderClassName
 {
   color: #712467;
 }
 .AnyTagClassName
 {
   color: #712467;
 }
</style>
background-color css

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

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

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

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

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

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