#651467

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

Shades of Palatinate Purple #651467

Tints of Palatinate Purple #651467

Color information

#651467 (or 0x651467) is unknown color: approx Palatinate Purple. HEX triplet: 65, 14 and 67. RGB value is (101,20,103). Sum of RGB (Red+Green+Blue) = 101+20+103=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #651467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651467 is #9AEB98. Grayscale: #353535. Windows color (decimal): -10152857 or 6755429. OLE color: 6755429.

HSL color Cylindrical-coordinate representation of color #651467: hue angle of 298.55º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651467 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10120103-
CMYK0.020.8100.60
HSL298.55º67.48%24.12%-
HSV(B)298.55º80.58%40.39%-
XYZ8.074.2513.23-
YUV53.68155.84161.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.09%
GREEN value IS 20 (8.20% from 255) = 8.93%
BLUE value IS 103 (40.62% from 255) = 45.98%
R=45.09%
G=8.93%
B=45.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101201030.020.8100.60298.5567.4824.12
Hex65146725103C12b4318
Octal14524147212107445310330
Binary11001011010011001111010100010111100100101011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651467; }

 p { color: rgb(101,20,103); }

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

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

 a { background-color: rgb(101,20,103); }

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

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

 span { border-color: rgb(101,20,103); }

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