#6F038A

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

Shades of Purple #6F038A

Tints of Purple #6F038A

Color information

#6F038A (or 0x6F038A) is unknown color: approx Purple. HEX triplet: 6F, 03 and 8A. RGB value is (111,3,138). Sum of RGB (Red+Green+Blue) = 111+3+138=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F038A is #90FC75. Grayscale: #323232. Windows color (decimal): -9501814 or 9044847. OLE color: 9044847.

HSL color Cylindrical-coordinate representation of color #6F038A: hue angle of 288º 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 #6F038A is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1113138-
CMYK0.200.9800.46
HSL288º95.74%27.65%-
HSV(B)288º97.83%54.12%-
XYZ11.185.2824.47-
YUV50.68177.28171.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.05%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=44.05%
G=1.19%
B=54.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11131380.200.9800.4628895.7427.65
Hex6F38A146202E120601c
Octal15732122414205644014034
Binary110111111100010101010011000100101110100100000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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