#6C028F

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

Shades of Purple #6C028F

Tints of Purple #6C028F

Color information

#6C028F (or 0x6C028F) is unknown color: approx Purple. HEX triplet: 6C, 02 and 8F. RGB value is (108,2,143). Sum of RGB (Red+Green+Blue) = 108+2+143=253 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.69% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #6C028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C028F is #93FD70. Grayscale: #313131. Windows color (decimal): -9698673 or 9372268. OLE color: 9372268.

HSL color Cylindrical-coordinate representation of color #6C028F: hue angle of 285.11º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C028F is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1082143-
CMYK0.240.9900.44
HSL285.11º97.24%28.43%-
HSV(B)285.11º98.6%56.08%-
XYZ11.165.2126.4-
YUV49.77180.62169.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.69%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 143 (56.25% from 255) = 56.52%
R=42.69%
G=0.79%
B=56.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10821430.240.9900.44285.1197.2428.43
Hex6C28F186302C11d611c
Octal15422173014305443514134
Binary110110010100011111100011000110101100100011101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,2,143); }

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

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

 a { background-color: rgb(108,2,143); }

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

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

 span { border-color: rgb(108,2,143); }

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