#6B127B

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

Shades of Purple #6B127B

Tints of Purple #6B127B

Color information

#6B127B (or 0x6B127B) is unknown color: approx Purple. HEX triplet: 6B, 12 and 7B. RGB value is (107,18,123). Sum of RGB (Red+Green+Blue) = 107+18+123=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B127B is #94ED84. Grayscale: #383838. Windows color (decimal): -9760133 or 8065643. OLE color: 8065643.

HSL color Cylindrical-coordinate representation of color #6B127B: hue angle of 290.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B127B is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10718123-
CMYK0.130.8500.52
HSL290.86º74.47%27.65%-
HSV(B)290.86º85.37%48.24%-
XYZ9.854.9919.18-
YUV56.58165.49163.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.15%
GREEN value IS 18 (7.42% from 255) = 7.26%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=43.15%
G=7.26%
B=49.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107181230.130.8500.52290.8674.4727.65
Hex6B127BD550341234a1c
Octal153221731512506444311234
Binary1101011100101111011110110101010110100100100011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,18,123); }

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

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

 a { background-color: rgb(107,18,123); }

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

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

 span { border-color: rgb(107,18,123); }

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