#6F018B

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

Shades of Purple #6F018B

Tints of Purple #6F018B

Color information

#6F018B (or 0x6F018B) is unknown color: approx Purple. HEX triplet: 6F, 01 and 8B. RGB value is (111,1,139). Sum of RGB (Red+Green+Blue) = 111+1+139=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F018B is #90FE74. Grayscale: #313131. Windows color (decimal): -9502325 or 9109871. OLE color: 9109871.

HSL color Cylindrical-coordinate representation of color #6F018B: hue angle of 287.83º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F018B is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1111139-
CMYK0.200.9900.45
HSL287.83º98.57%27.45%-
HSV(B)287.83º99.28%54.51%-
XYZ11.235.2724.85-
YUV49.62178.44171.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.22%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 139 (54.69% from 255) = 55.38%
R=44.22%
G=0.40%
B=55.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11111390.200.9900.45287.8398.5727.45
Hex6F18B146302D120631b
Octal15712132414305544014333
Binary11011111100010111010011000110101101100100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F018B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,1,139); }

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

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

 a { background-color: rgb(111,1,139); }

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

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

 span { border-color: rgb(111,1,139); }

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