#671454

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

Shades of Palatinate Purple #671454

Tints of Palatinate Purple #671454

Color information

#671454 (or 0x671454) is unknown color: approx Palatinate Purple. HEX triplet: 67, 14 and 54. RGB value is (103,20,84). Sum of RGB (Red+Green+Blue) = 103+20+84=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #671454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671454 is #98EBAB. Grayscale: #333333. Windows color (decimal): -10021804 or 5510247. OLE color: 5510247.

HSL color Cylindrical-coordinate representation of color #671454: hue angle of 313.73º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671454 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB1032084-
CMYK00.810.180.60
HSL313.73º67.48%24.12%-
HSV(B)313.73º80.58%40.39%-
XYZ7.444.028.77-
YUV52.11146164.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.76%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=49.76%
G=9.66%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103208400.810.180.60313.7367.4824.12
Hex671454051123C13a4318
Octal147241240121227447210330
Binary11001111010010101000101000110010111100100111010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671454; }

 p { color: rgb(103,20,84); }

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

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

 a { background-color: rgb(103,20,84); }

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

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

 span { border-color: rgb(103,20,84); }

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