#6C0075

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

Shades of Purple #6C0075

Tints of Purple #6C0075

Color information

#6C0075 (or 0x6C0075) is unknown color: approx Purple. HEX triplet: 6C, 00 and 75. RGB value is (108,0,117). Sum of RGB (Red+Green+Blue) = 108+0+117=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C0075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0075 is #93FF8A. Grayscale: #2D2D2D. Windows color (decimal): -9699211 or 7667820. OLE color: 7667820.

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

Color convert

RGB1080117-
CMYK0.08100.54
HSL295.38º100%22.94%-
HSV(B)295.38º100%45.88%-
XYZ9.44.4717.2-
YUV45.63168.28172.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 52%
R=48%
G=0%
B=52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10801170.08100.54295.3810022.94
Hex6C0758640361276417
Octal15401651014406644714427
Binary110110001110101100011001000110110100100111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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