#6B048B

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

Shades of Purple #6B048B

Tints of Purple #6B048B

Color information

#6B048B (or 0x6B048B) is unknown color: approx Purple. HEX triplet: 6B, 04 and 8B. RGB value is (107,4,139). Sum of RGB (Red+Green+Blue) = 107+4+139=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B048B is #94FB74. Grayscale: #313131. Windows color (decimal): -9763701 or 9110635. OLE color: 9110635.

HSL color Cylindrical-coordinate representation of color #6B048B: hue angle of 285.78º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B048B is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1074139-
CMYK0.230.9700.45
HSL285.78º94.41%28.04%-
HSV(B)285.78º97.12%54.51%-
XYZ10.775.0824.84-
YUV50.19178.12168.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.8%
GREEN value IS 4 (1.95% from 255) = 1.6%
BLUE value IS 139 (54.69% from 255) = 55.6%
R=42.8%
G=1.6%
B=55.6%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10741390.230.9700.45285.7894.4128.04
Hex6B48B176102D11e5e1c
Octal15342132714105543613634
Binary1101011100100010111011111000010101101100011110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,4,139); }

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

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

 a { background-color: rgb(107,4,139); }

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

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

 span { border-color: rgb(107,4,139); }

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