#6a0b6c

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

Shades of Purple #6A0B6C

Tints of Purple #6A0B6C

Color information

#6A0B6C (or 0x6A0B6C) is unknown color: approx Purple. HEX triplet: 6A, 0B and 6C. RGB value is (106,11,108). Sum of RGB (Red+Green+Blue) = 106+11+108=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A0B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0B6C is #95F493. Grayscale: #323232. Windows color (decimal): -9827476 or 7080810. OLE color: 7080810.

HSL color Cylindrical-coordinate representation of color #6A0B6C: hue angle of 298.76º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A0B6C is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10611108-
CMYK0.020.9000.58
HSL298.76º81.51%23.33%-
HSV(B)298.76º89.81%42.35%-
XYZ8.774.3914.57-
YUV50.46160.47167.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.11%
GREEN value IS 11 (4.69% from 255) = 4.89%
BLUE value IS 108 (42.58% from 255) = 48%
R=47.11%
G=4.89%
B=48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106111080.020.9000.58298.7681.5123.33
Hex6AB6C25A03A12b5217
Octal15213154213207245312227
Binary1101010101111011001010110100111010100101011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a0b6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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