#6B0265

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

Shades of Purple #6B0265

Tints of Purple #6B0265

Color information

#6B0265 (or 0x6B0265) is unknown color: approx Purple. HEX triplet: 6B, 02 and 65. RGB value is (107,2,101). Sum of RGB (Red+Green+Blue) = 107+2+101=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0265 is #94FD9A. Grayscale: #2C2C2C. Windows color (decimal): -9764251 or 6619755. OLE color: 6619755.

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

Color convert

RGB1072101-
CMYK00.980.060.58
HSL303.43º96.33%21.37%-
HSV(B)303.43º98.13%41.96%-
XYZ8.434.1112.66-
YUV44.68159.79172.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.95%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 101 (39.84% from 255) = 48.10%
R=50.95%
G=0.95%
B=48.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107210100.980.060.58303.4396.3321.37
Hex6B26506263A12f6015
Octal1532145014267245714025
Binary110101110110010101100010110111010100101111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,2,101); }

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

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

 a { background-color: rgb(107,2,101); }

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

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

 span { border-color: rgb(107,2,101); }

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