#6B0467

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

Shades of Purple #6B0467

Tints of Purple #6B0467

Color information

#6B0467 (or 0x6B0467) is unknown color: approx Purple. HEX triplet: 6B, 04 and 67. RGB value is (107,4,103). Sum of RGB (Red+Green+Blue) = 107+4+103=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0467 is #94FB98. Grayscale: #2D2D2D. Windows color (decimal): -9763737 or 6751339. OLE color: 6751339.

HSL color Cylindrical-coordinate representation of color #6B0467: hue angle of 302.33º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0467 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB1074103-
CMYK00.960.040.58
HSL302.33º92.79%21.76%-
HSV(B)302.33º96.26%41.96%-
XYZ8.564.1913.19-
YUV46.08160.12171.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 103 (40.62% from 255) = 48.13%
R=50%
G=1.87%
B=48.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107410300.960.040.58302.3392.7921.76
Hex6B46706043A12e5d16
Octal1534147014047245613526
Binary1101011100110011101100000100111010100101110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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