#671964

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

Shades of Palatinate Purple #671964

Tints of Palatinate Purple #671964

Color information

#671964 (or 0x671964) is unknown color: approx Palatinate Purple. HEX triplet: 67, 19 and 64. RGB value is (103,25,100). Sum of RGB (Red+Green+Blue) = 103+25+100=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #671964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671964 is #98E69B. Grayscale: #383838. Windows color (decimal): -10020508 or 6560103. OLE color: 6560103.

HSL color Cylindrical-coordinate representation of color #671964: hue angle of 302.31º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #671964 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB10325100-
CMYK00.760.030.60
HSL302.31º60.94%25.1%-
HSV(B)302.31º75.73%40.39%-
XYZ8.244.512.49-
YUV56.87152.34160.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.18%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=45.18%
G=10.96%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1032510000.760.030.60302.3160.9425.1
Hex67196404C33C12e3d19
Octal1473114401143744567531
Binary1100111110011100100010011001111110010010111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671964; }

 p { color: rgb(103,25,100); }

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

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

 a { background-color: rgb(103,25,100); }

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

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

 span { border-color: rgb(103,25,100); }

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