#6B0A85

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

Shades of Purple #6B0A85

Tints of Purple #6B0A85

Color information

#6B0A85 (or 0x6B0A85) is unknown color: approx Purple. HEX triplet: 6B, 0A and 85. RGB value is (107,10,133). Sum of RGB (Red+Green+Blue) = 107+10+133=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B0A85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0A85 is #94F57A. Grayscale: #343434. Windows color (decimal): -9762171 or 8718955. OLE color: 8718955.

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

Color convert

RGB10710133-
CMYK0.200.9200.48
HSL287.32º86.01%28.04%-
HSV(B)287.32º92.48%52.16%-
XYZ10.415.0422.61-
YUV53.02173.14166.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.8%
GREEN value IS 10 (4.30% from 255) = 4%
BLUE value IS 133 (52.34% from 255) = 53.2%
R=42.8%
G=4%
B=53.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107101330.200.9200.48287.3286.0128.04
Hex6BA85145C03011f561c
Octal153122052413406043712634
Binary11010111010100001011010010111000110000100011111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,10,133); }

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

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

 a { background-color: rgb(107,10,133); }

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

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

 span { border-color: rgb(107,10,133); }

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