#6C038E

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

Shades of Purple #6C038E

Tints of Purple #6C038E

Color information

#6C038E (or 0x6C038E) is unknown color: approx Purple. HEX triplet: 6C, 03 and 8E. RGB value is (108,3,142). Sum of RGB (Red+Green+Blue) = 108+3+142=253 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.69% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C038E is #93FC71. Grayscale: #313131. Windows color (decimal): -9698418 or 9306988. OLE color: 9306988.

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

Color convert

RGB1083142-
CMYK0.240.9800.44
HSL285.32º95.86%28.43%-
HSV(B)285.32º97.89%55.69%-
XYZ11.15.2126.01-
YUV50.24179.79169.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.69%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 142 (55.86% from 255) = 56.13%
R=42.69%
G=1.19%
B=56.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10831420.240.9800.44285.3295.8628.43
Hex6C38E186202C11d601c
Octal15432163014205443514034
Binary110110011100011101100011000100101100100011101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C038E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,3,142); }

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

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

 a { background-color: rgb(108,3,142); }

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

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

 span { border-color: rgb(108,3,142); }

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