#6B3A9B

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

Shades of Royal Purple #6B3A9B

Tints of Royal Purple #6B3A9B

Color information

#6B3A9B (or 0x6B3A9B) is unknown color: approx Royal Purple. HEX triplet: 6B, 3A and 9B. RGB value is (107,58,155). Sum of RGB (Red+Green+Blue) = 107+58+155=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B3A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3A9B is #94C564. Grayscale: #535353. Windows color (decimal): -9749861 or 10173035. OLE color: 10173035.

HSL color Cylindrical-coordinate representation of color #6B3A9B: hue angle of 270.31º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B3A9B is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10758155-
CMYK0.310.6300.39
HSL270.31º45.54%41.76%-
HSV(B)270.31º62.58%60.78%-
XYZ13.498.5231.94-
YUV83.71168.23144.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 58 (23.05% from 255) = 18.12%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=33.44%
G=18.12%
B=48.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107581550.310.6300.39270.3145.5441.76
Hex6B3A9B1F3F02710e2e2a
Octal1537223337770474165652
Binary110101111101010011011111111111110100111100001110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,58,155); }

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

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

 a { background-color: rgb(107,58,155); }

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

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

 span { border-color: rgb(107,58,155); }

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