#6A0B88

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

Shades of Purple #6A0B88

Tints of Purple #6A0B88

Color information

#6A0B88 (or 0x6A0B88) is unknown color: approx Purple. HEX triplet: 6A, 0B and 88. RGB value is (106,11,136). Sum of RGB (Red+Green+Blue) = 106+11+136=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A0B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0B88 is #95F477. Grayscale: #353535. Windows color (decimal): -9827448 or 8915818. OLE color: 8915818.

HSL color Cylindrical-coordinate representation of color #6A0B88: hue angle of 285.6º 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 #6A0B88 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10611136-
CMYK0.220.9200.47
HSL285.6º85.03%28.82%-
HSV(B)285.6º91.91%53.33%-
XYZ10.515.0823.72-
YUV53.66174.47165.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.90%
GREEN value IS 11 (4.69% from 255) = 4.35%
BLUE value IS 136 (53.52% from 255) = 53.75%
R=41.90%
G=4.35%
B=53.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106111360.220.9200.47285.685.0328.82
Hex6AB88165C02F11e551d
Octal152132102613405743612535
Binary11010101011100010001011010111000101111100011110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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