#6B0B88

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

Shades of Purple #6B0B88

Tints of Purple #6B0B88

Color information

#6B0B88 (or 0x6B0B88) is unknown color: approx Purple. HEX triplet: 6B, 0B and 88. RGB value is (107,11,136). Sum of RGB (Red+Green+Blue) = 107+11+136=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #6B0B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0B88 is #94F477. Grayscale: #353535. Windows color (decimal): -9761912 or 8915819. OLE color: 8915819.

HSL color Cylindrical-coordinate representation of color #6B0B88: hue angle of 286.08º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B0B88 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10711136-
CMYK0.210.9200.47
HSL286.08º85.03%28.82%-
HSV(B)286.08º91.91%53.33%-
XYZ10.635.1423.73-
YUV53.95174.3165.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.13%
GREEN value IS 11 (4.69% from 255) = 4.33%
BLUE value IS 136 (53.52% from 255) = 53.54%
R=42.13%
G=4.33%
B=53.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107111360.210.9200.47286.0885.0328.82
Hex6BB88155C02F11e551d
Octal153132102513405743612535
Binary11010111011100010001010110111000101111100011110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,11,136); }

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

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

 a { background-color: rgb(107,11,136); }

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

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

 span { border-color: rgb(107,11,136); }

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