#6B3F93

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

Shades of Royal Purple #6B3F93

Tints of Royal Purple #6B3F93

Color information

#6B3F93 (or 0x6B3F93) is unknown color: approx Royal Purple. HEX triplet: 6B, 3F and 93. RGB value is (107,63,147). Sum of RGB (Red+Green+Blue) = 107+63+147=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B3F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3F93 is #94C06C. Grayscale: #555555. Windows color (decimal): -9748589 or 9650027. OLE color: 9650027.

HSL color Cylindrical-coordinate representation of color #6B3F93: hue angle of 271.43º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B3F93 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10763147-
CMYK0.270.5700.42
HSL271.43º40%41.18%-
HSV(B)271.43º57.14%57.65%-
XYZ13.118.7928.61-
YUV85.73162.58143.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 147 (57.81% from 255) = 46.37%
R=33.75%
G=19.87%
B=46.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107631470.270.5700.42271.434041.18
Hex6B3F931B3902A10f2829
Octal1537722333710524175051
Binary110101111111110010011110111110010101010100001111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,63,147); }

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

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

 a { background-color: rgb(107,63,147); }

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

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

 span { border-color: rgb(107,63,147); }

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