#67055E

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

Shades of Palatinate Purple #67055E

Tints of Palatinate Purple #67055E

Color information

#67055E (or 0x67055E) is unknown color: approx Palatinate Purple. HEX triplet: 67, 05 and 5E. RGB value is (103,5,94). Sum of RGB (Red+Green+Blue) = 103+5+94=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #67055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67055E is #98FAA1. Grayscale: #2C2C2C. Windows color (decimal): -10025634 or 6161767. OLE color: 6161767.

HSL color Cylindrical-coordinate representation of color #67055E: hue angle of 305.51º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #67055E is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB103594-
CMYK00.950.090.60
HSL305.51º90.74%21.18%-
HSV(B)305.51º95.15%40.39%-
XYZ7.673.810.92-
YUV44.45155.97169.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.99%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 94 (37.11% from 255) = 46.53%
R=50.99%
G=2.48%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10359400.950.090.60305.5190.7421.18
Hex6755E05F93C1325b15
Octal14751360137117446213325
Binary11001111011011110010111111001111100100110010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67055E; }

 p { color: rgb(103,5,94); }

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

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

 a { background-color: rgb(103,5,94); }

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

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

 span { border-color: rgb(103,5,94); }

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