#67055B

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

Shades of Palatinate Purple #67055B

Tints of Palatinate Purple #67055B

Color information

#67055B (or 0x67055B) is unknown color: approx Palatinate Purple. HEX triplet: 67, 05 and 5B. RGB value is (103,5,91). Sum of RGB (Red+Green+Blue) = 103+5+91=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67055B is #98FAA4. Grayscale: #2B2B2B. Windows color (decimal): -10025637 or 5965159. OLE color: 5965159.

HSL color Cylindrical-coordinate representation of color #67055B: hue angle of 307.35º 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 #67055B is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB103591-
CMYK00.950.120.60
HSL307.35º90.74%21.18%-
HSV(B)307.35º95.15%40.39%-
XYZ7.543.7510.22-
YUV44.11154.47170.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.76%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=51.76%
G=2.51%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10359100.950.120.60307.3590.7421.18
Hex6755B05FC3C1335b15
Octal14751330137147446313325
Binary11001111011011011010111111100111100100110011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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