#6B339E

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

Shades of Royal Purple #6B339E

Tints of Royal Purple #6B339E

Color information

#6B339E (or 0x6B339E) is unknown color: approx Royal Purple. HEX triplet: 6B, 33 and 9E. RGB value is (107,51,158). Sum of RGB (Red+Green+Blue) = 107+51+158=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B339E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B339E is #94CC61. Grayscale: #4F4F4F. Windows color (decimal): -9751650 or 10367851. OLE color: 10367851.

HSL color Cylindrical-coordinate representation of color #6B339E: hue angle of 271.4º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B339E is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10751158-
CMYK0.320.6800.38
HSL271.4º51.2%40.98%-
HSV(B)271.4º67.72%61.96%-
XYZ13.427.9633.18-
YUV79.94172.05147.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.86%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 158 (62.11% from 255) = 50%
R=33.86%
G=16.14%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107511580.320.6800.38271.451.240.98
Hex6B339E204402610f3329
Octal15363236401040464176351
Binary11010111100111001111010000010001000100110100001111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,51,158); }

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

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

 a { background-color: rgb(107,51,158); }

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

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

 span { border-color: rgb(107,51,158); }

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