#6B026C

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

Shades of Purple #6B026C

Tints of Purple #6B026C

Color information

#6B026C (or 0x6B026C) is unknown color: approx Purple. HEX triplet: 6B, 02 and 6C. RGB value is (107,2,108). Sum of RGB (Red+Green+Blue) = 107+2+108=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B026C is #94FD93. Grayscale: #2D2D2D. Windows color (decimal): -9764244 or 7078507. OLE color: 7078507.

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

Color convert

RGB1072108-
CMYK0.010.9800.58
HSL299.43º96.36%21.57%-
HSV(B)299.43º98.15%42.35%-
XYZ8.794.2514.54-
YUV45.48163.29171.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.31%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=49.31%
G=0.92%
B=49.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10721080.010.9800.58299.4396.3621.57
Hex6B26C16203A12b6016
Octal1532154114207245314026
Binary1101011101101100111000100111010100101011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,2,108); }

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

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

 a { background-color: rgb(107,2,108); }

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

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

 span { border-color: rgb(107,2,108); }

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