#6B0E72

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

Shades of Purple #6B0E72

Tints of Purple #6B0E72

Color information

#6B0E72 (or 0x6B0E72) is unknown color: approx Purple. HEX triplet: 6B, 0E and 72. RGB value is (107,14,114). Sum of RGB (Red+Green+Blue) = 107+14+114=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B0E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0E72 is #94F18D. Grayscale: #343434. Windows color (decimal): -9761166 or 7474795. OLE color: 7474795.

HSL color Cylindrical-coordinate representation of color #6B0E72: hue angle of 295.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0E72 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10714114-
CMYK0.060.8800.55
HSL295.8º78.12%25.1%-
HSV(B)295.8º87.72%44.71%-
XYZ9.264.6516.33-
YUV53.21162.31166.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.53%
GREEN value IS 14 (5.86% from 255) = 5.96%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=45.53%
G=5.96%
B=48.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107141140.060.8800.55295.878.1225.1
Hex6BE726580371284e19
Octal15316162613006745011631
Binary11010111110111001011010110000110111100101000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,14,114); }

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

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

 a { background-color: rgb(107,14,114); }

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

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

 span { border-color: rgb(107,14,114); }

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