#6D0F65

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

Shades of Palatinate Purple #6D0F65

Tints of Palatinate Purple #6D0F65

Color information

#6D0F65 (or 0x6D0F65) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 0F and 65. RGB value is (109,15,101). Sum of RGB (Red+Green+Blue) = 109+15+101=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0F65 is #92F09A. Grayscale: #343434. Windows color (decimal): -9629851 or 6623085. OLE color: 6623085.

HSL color Cylindrical-coordinate representation of color #6D0F65: hue angle of 305.11º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D0F65 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB10915101-
CMYK00.860.070.57
HSL305.11º75.81%24.31%-
HSV(B)305.11º86.24%42.75%-
XYZ8.834.5312.72-
YUV52.91155.14168.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=48.44%
G=6.67%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091510100.860.070.57305.1175.8124.31
Hex6DF650567391314c18
Octal15517145012677146111430
Binary11011011111110010101010110111111001100110001100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D0F65; }

 p { color: rgb(109,15,101); }

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

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

 a { background-color: rgb(109,15,101); }

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

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

 span { border-color: rgb(109,15,101); }

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