#6B026D

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

Shades of Purple #6B026D

Tints of Purple #6B026D

Color information

#6B026D (or 0x6B026D) is unknown color: approx Purple. HEX triplet: 6B, 02 and 6D. RGB value is (107,2,109). Sum of RGB (Red+Green+Blue) = 107+2+109=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B026D is #94FD92. Grayscale: #2D2D2D. Windows color (decimal): -9764243 or 7144043. OLE color: 7144043.

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

Color convert

RGB1072109-
CMYK0.020.9800.57
HSL298.88º96.4%21.76%-
HSV(B)298.88º98.17%42.75%-
XYZ8.854.2714.83-
YUV45.59163.79171.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.08%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 109 (42.97% from 255) = 50%
R=49.08%
G=0.92%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10721090.020.9800.57298.8896.421.76
Hex6B26D26203912b6016
Octal1532155214207145314026
Binary11010111011011011011000100111001100101011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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