#6B0369

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

Shades of Purple #6B0369

Tints of Purple #6B0369

Color information

#6B0369 (or 0x6B0369) is unknown color: approx Purple. HEX triplet: 6B, 03 and 69. RGB value is (107,3,105). Sum of RGB (Red+Green+Blue) = 107+3+105=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0369 is #94FC96. Grayscale: #2D2D2D. Windows color (decimal): -9763991 or 6882155. OLE color: 6882155.

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

Color convert

RGB1073105-
CMYK00.970.020.58
HSL301.15º94.55%21.57%-
HSV(B)301.15º97.2%41.96%-
XYZ8.654.2113.72-
YUV45.72161.46171.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.77%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 105 (41.41% from 255) = 48.84%
R=49.77%
G=1.40%
B=48.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107310500.970.020.58301.1594.5521.57
Hex6B36906123A12d5f16
Octal1533151014127245513726
Binary11010111111010010110000110111010100101101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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