#67105D

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

Shades of Palatinate Purple #67105D

Tints of Palatinate Purple #67105D

Color information

#67105D (or 0x67105D) is unknown color: approx Palatinate Purple. HEX triplet: 67, 10 and 5D. RGB value is (103,16,93). Sum of RGB (Red+Green+Blue) = 103+16+93=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #67105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67105D is #98EFA2. Grayscale: #323232. Windows color (decimal): -10022819 or 6099047. OLE color: 6099047.

HSL color Cylindrical-coordinate representation of color #67105D: hue angle of 306.9º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67105D is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1031693-
CMYK00.840.100.60
HSL306.9º73.11%23.33%-
HSV(B)306.9º84.47%40.39%-
XYZ7.754.0410.73-
YUV50.79151.82165.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.58%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=48.58%
G=7.55%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103169300.840.100.60306.973.1123.33
Hex67105D054A3C1334917
Octal147201350124127446311127
Binary1100111100001011101010101001010111100100110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67105D; }

 p { color: rgb(103,16,93); }

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

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

 a { background-color: rgb(103,16,93); }

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

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

 span { border-color: rgb(103,16,93); }

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