#6C0073

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

Shades of Purple #6C0073

Tints of Purple #6C0073

Color information

#6C0073 (or 0x6C0073) is unknown color: approx Purple. HEX triplet: 6C, 00 and 73. RGB value is (108,0,115). Sum of RGB (Red+Green+Blue) = 108+0+115=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C0073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0073 is #93FF8C. Grayscale: #2D2D2D. Windows color (decimal): -9699213 or 7536748. OLE color: 7536748.

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

Color convert

RGB1080115-
CMYK0.06100.55
HSL296.35º100%22.55%-
HSV(B)296.35º100%45.1%-
XYZ9.284.4316.58-
YUV45.4167.28172.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=48.43%
G=0%
B=51.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10801150.06100.55296.3510022.55
Hex6C0736640371286417
Octal1540163614406745014427
Binary11011000111001111011001000110111100101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,0,115); }

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

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

 a { background-color: rgb(108,0,115); }

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

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

 span { border-color: rgb(108,0,115); }

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