#632067

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

Shades of Palatinate Purple #632067

Tints of Palatinate Purple #632067

Color information

#632067 (or 0x632067) is unknown color: approx Palatinate Purple. HEX triplet: 63, 20 and 67. RGB value is (99,32,103). Sum of RGB (Red+Green+Blue) = 99+32+103=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #632067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632067 is #9CDF98. Grayscale: #3B3B3B. Windows color (decimal): -10280857 or 6758499. OLE color: 6758499.

HSL color Cylindrical-coordinate representation of color #632067: hue angle of 296.62º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #632067 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9932103-
CMYK0.040.6900.60
HSL296.62º52.59%26.47%-
HSV(B)296.62º68.93%40.39%-
XYZ8.114.6613.3-
YUV60.13152.2155.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.31%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 103 (40.62% from 255) = 44.02%
R=42.31%
G=13.68%
B=44.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99321030.040.6900.60296.6252.5926.47
Hex63206744503C129351a
Octal1434014741050744516532
Binary110001110000011001111001000101011110010010100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632067; }

 p { color: rgb(99,32,103); }

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

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

 a { background-color: rgb(99,32,103); }

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

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

 span { border-color: rgb(99,32,103); }

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