#6B026E

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

Shades of Purple #6B026E

Tints of Purple #6B026E

Color information

#6B026E (or 0x6B026E) is unknown color: approx Purple. HEX triplet: 6B, 02 and 6E. RGB value is (107,2,110). Sum of RGB (Red+Green+Blue) = 107+2+110=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B026E is #94FD91. Grayscale: #2D2D2D. Windows color (decimal): -9764242 or 7209579. OLE color: 7209579.

HSL color Cylindrical-coordinate representation of color #6B026E: hue angle of 298.33º 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 #6B026E is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1072110-
CMYK0.030.9800.57
HSL298.33º96.43%21.96%-
HSV(B)298.33º98.18%43.14%-
XYZ8.94.315.11-
YUV45.71164.29171.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.86%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 110 (43.36% from 255) = 50.23%
R=48.86%
G=0.91%
B=50.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10721100.030.9800.57298.3396.4321.96
Hex6B26E36203912a6016
Octal1532156314207145214026
Binary11010111011011101111000100111001100101010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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