#6A3FB0

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

Shades of Royal Purple #6A3FB0

Tints of Royal Purple #6A3FB0

Color information

#6A3FB0 (or 0x6A3FB0) is unknown color: approx Royal Purple. HEX triplet: 6A, 3F and B0. RGB value is (106,63,176). Sum of RGB (Red+Green+Blue) = 106+63+176=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 176 (69.14% from 255 or 51.01% from 345); Max value from RGB is 176 - color contains mainly: blue. Hex color #6A3FB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3FB0 is #95C04F. Grayscale: #585858. Windows color (decimal): -9814096 or 11550570. OLE color: 11550570.

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

Color convert

RGB10663176-
CMYK0.400.6400.31
HSL262.83º47.28%46.86%-
HSV(B)262.83º64.2%69.02%-
XYZ15.569.7542.14-
YUV88.74177.25140.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.72%
GREEN value IS 63 (25% from 255) = 18.26%
BLUE value IS 176 (69.14% from 255) = 51.01%
R=30.72%
G=18.26%
B=51.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106631760.400.6400.31262.8347.2846.86
Hex6A3FB0284001F1072f2f
Octal15277260501000374075757
Binary1101010111111101100001010001000000011111100000111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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