#6D036B

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

Shades of Purple #6D036B

Tints of Purple #6D036B

Color information

#6D036B (or 0x6D036B) is unknown color: approx Purple. HEX triplet: 6D, 03 and 6B. RGB value is (109,3,107). Sum of RGB (Red+Green+Blue) = 109+3+107=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D036B is #92FC94. Grayscale: #2E2E2E. Windows color (decimal): -9632917 or 7013229. OLE color: 7013229.

HSL color Cylindrical-coordinate representation of color #6D036B: hue angle of 301.13º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D036B is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB1093107-
CMYK00.970.020.57
HSL301.13º94.64%21.96%-
HSV(B)301.13º97.25%42.75%-
XYZ8.994.3814.28-
YUV46.55162.12172.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.77%
GREEN value IS 3 (1.56% from 255) = 1.37%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=49.77%
G=1.37%
B=48.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109310700.970.020.57301.1394.6421.96
Hex6D36B06123912d5f16
Octal1553153014127145513726
Binary11011011111010110110000110111001100101101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,3,107); }

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

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

 a { background-color: rgb(109,3,107); }

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

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

 span { border-color: rgb(109,3,107); }

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