#6B0C72

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

Shades of Purple #6B0C72

Tints of Purple #6B0C72

Color information

#6B0C72 (or 0x6B0C72) is unknown color: approx Purple. HEX triplet: 6B, 0C and 72. RGB value is (107,12,114). Sum of RGB (Red+Green+Blue) = 107+12+114=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B0C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0C72 is #94F38D. Grayscale: #333333. Windows color (decimal): -9761678 or 7474283. OLE color: 7474283.

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

Color convert

RGB10712114-
CMYK0.060.8900.55
HSL295.88º80.95%24.71%-
HSV(B)295.88º89.47%44.71%-
XYZ9.234.616.32-
YUV52.03162.97167.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 12 (5.08% from 255) = 5.15%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=45.92%
G=5.15%
B=48.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107121140.060.8900.55295.8880.9524.71
Hex6BC726590371285119
Octal15314162613106745012131
Binary11010111100111001011010110010110111100101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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