#6A3BB0

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

Shades of Royal Purple #6A3BB0

Tints of Royal Purple #6A3BB0

Color information

#6A3BB0 (or 0x6A3BB0) is unknown color: approx Royal Purple. HEX triplet: 6A, 3B and B0. RGB value is (106,59,176). Sum of RGB (Red+Green+Blue) = 106+59+176=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #6A3BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3BB0 is #95C44F. Grayscale: #555555. Windows color (decimal): -9815120 or 11549546. OLE color: 11549546.

HSL color Cylindrical-coordinate representation of color #6A3BB0: hue angle of 264.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A3BB0 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10659176-
CMYK0.400.6600.31
HSL264.1º49.79%46.08%-
HSV(B)264.1º66.48%69.02%-
XYZ15.349.3342.07-
YUV86.39178.57141.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.09%
GREEN value IS 59 (23.44% from 255) = 17.30%
BLUE value IS 176 (69.14% from 255) = 51.61%
R=31.09%
G=17.30%
B=51.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106591760.400.6600.31264.149.7946.08
Hex6A3BB0284201F108322e
Octal15273260501020374106256
Binary1101010111011101100001010001000010011111100001000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,59,176); }

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

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

 a { background-color: rgb(106,59,176); }

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

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

 span { border-color: rgb(106,59,176); }

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