#674362

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

Shades of Palatinate Purple #674362

Tints of Palatinate Purple #674362

Color information

#674362 (or 0x674362) is unknown color: approx Palatinate Purple. HEX triplet: 67, 43 and 62. RGB value is (103,67,98). Sum of RGB (Red+Green+Blue) = 103+67+98=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #674362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674362 is #98BC9D. Grayscale: #515151. Windows color (decimal): -10009758 or 6439783. OLE color: 6439783.

HSL color Cylindrical-coordinate representation of color #674362: hue angle of 308.33º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #674362 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1036798-
CMYK00.350.050.60
HSL308.33º21.18%33.33%-
HSV(B)308.33º34.95%40.39%-
XYZ9.817.7812.54-
YUV81.3137.43143.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.43%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=38.43%
G=25%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103679800.350.050.60308.3321.1833.33
Hex67436202353C1341521
Octal1471031420435744642541
Binary110011110000111100010010001110111110010011010010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674362; }

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

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

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

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

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

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

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

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