#6B309B

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

Shades of Royal Purple #6B309B

Tints of Royal Purple #6B309B

Color information

#6B309B (or 0x6B309B) is unknown color: approx Royal Purple. HEX triplet: 6B, 30 and 9B. RGB value is (107,48,155). Sum of RGB (Red+Green+Blue) = 107+48+155=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B309B is #94CF64. Grayscale: #4D4D4D. Windows color (decimal): -9752421 or 10170475. OLE color: 10170475.

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

Color convert

RGB10748155-
CMYK0.310.6900.39
HSL273.08º52.71%39.8%-
HSV(B)273.08º69.03%60.78%-
XYZ13.047.6131.79-
YUV77.84171.55148.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.52%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 155 (60.94% from 255) = 50%
R=34.52%
G=15.48%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107481550.310.6900.39273.0852.7139.8
Hex6B309B1F450271113528
Octal15360233371050474216550
Binary1101011110000100110111111110001010100111100010001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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