#6C038A

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

Shades of Purple #6C038A

Tints of Purple #6C038A

Color information

#6C038A (or 0x6C038A) is unknown color: approx Purple. HEX triplet: 6C, 03 and 8A. RGB value is (108,3,138). Sum of RGB (Red+Green+Blue) = 108+3+138=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C038A is #93FC75. Grayscale: #313131. Windows color (decimal): -9698422 or 9044844. OLE color: 9044844.

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

Color convert

RGB1083138-
CMYK0.220.9800.46
HSL286.67º95.74%27.65%-
HSV(B)286.67º97.83%54.12%-
XYZ10.85.0924.46-
YUV49.78177.79169.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.37%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 138 (54.30% from 255) = 55.42%
R=43.37%
G=1.20%
B=55.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10831380.220.9800.46286.6795.7427.65
Hex6C38A166202E11f601c
Octal15432122614205643714034
Binary110110011100010101011011000100101110100011111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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