#6B007F

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

Shades of Purple #6B007F

Tints of Purple #6B007F

Color information

#6B007F (or 0x6B007F) is unknown color: approx Purple. HEX triplet: 6B, 00 and 7F. RGB value is (107,0,127). Sum of RGB (Red+Green+Blue) = 107+0+127=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B007F is #94FF80. Grayscale: #2E2E2E. Windows color (decimal): -9764737 or 8323179. OLE color: 8323179.

HSL color Cylindrical-coordinate representation of color #6B007F: hue angle of 290.55º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B007F is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1070127-
CMYK0.16100.50
HSL290.55º100%24.9%-
HSV(B)290.55º100%49.8%-
XYZ9.894.6620.46-
YUV46.47173.45171.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 54.27%
R=45.73%
G=0%
B=54.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10701270.16100.50290.5510024.9
Hex6B07F10640321236419
Octal15301772014406244314431
Binary1101011011111111000011001000110010100100011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,0,127); }

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

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

 a { background-color: rgb(107,0,127); }

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

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

 span { border-color: rgb(107,0,127); }

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