#673661

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

Shades of Palatinate Purple #673661

Tints of Palatinate Purple #673661

Color information

#673661 (or 0x673661) is unknown color: approx Palatinate Purple. HEX triplet: 67, 36 and 61. RGB value is (103,54,97). Sum of RGB (Red+Green+Blue) = 103+54+97=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 103 - color contains mainly: red. Hex color #673661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673661 is #98C99E. Grayscale: #494949. Windows color (decimal): -10013087 or 6370919. OLE color: 6370919.

HSL color Cylindrical-coordinate representation of color #673661: hue angle of 307.35º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #673661 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1035497-
CMYK00.480.060.60
HSL307.35º31.21%30.78%-
HSV(B)307.35º47.57%40.39%-
XYZ9.076.3812.06-
YUV73.55141.23149-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.55%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 97 (38.28% from 255) = 38.19%
R=40.55%
G=21.26%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103549700.480.060.60307.3531.2130.78
Hex67366103063C1331f1f
Octal147661410606744633737
Binary1100111110110110000101100001101111001001100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673661; }

 p { color: rgb(103,54,97); }

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

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

 a { background-color: rgb(103,54,97); }

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

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

 span { border-color: rgb(103,54,97); }

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