#6C0798

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

Shades of Purple #6C0798

Tints of Purple #6C0798

Color information

#6C0798 (or 0x6C0798) is unknown color: approx Purple. HEX triplet: 6C, 07 and 98. RGB value is (108,7,152). Sum of RGB (Red+Green+Blue) = 108+7+152=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C0798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0798 is #93F867. Grayscale: #353535. Windows color (decimal): -9697384 or 9963372. OLE color: 9963372.

HSL color Cylindrical-coordinate representation of color #6C0798: hue angle of 281.79º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0798 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1087152-
CMYK0.290.9500.40
HSL281.79º91.19%31.18%-
HSV(B)281.79º95.39%59.61%-
XYZ11.935.6130.16-
YUV53.73183.46166.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.45%
GREEN value IS 7 (3.12% from 255) = 2.62%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=40.45%
G=2.62%
B=56.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10871520.290.9500.40281.7991.1931.18
Hex6C7981D5F02811a5b1f
Octal15472303513705043213337
Binary1101100111100110001110110111110101000100011010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,7,152); }

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

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

 a { background-color: rgb(108,7,152); }

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

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

 span { border-color: rgb(108,7,152); }

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