#6B309F

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

Shades of Royal Purple #6B309F

Tints of Royal Purple #6B309F

Color information

#6B309F (or 0x6B309F) is unknown color: approx Royal Purple. HEX triplet: 6B, 30 and 9F. RGB value is (107,48,159). Sum of RGB (Red+Green+Blue) = 107+48+159=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B309F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B309F is #94CF60. Grayscale: #4D4D4D. Windows color (decimal): -9752417 or 10432619. OLE color: 10432619.

HSL color Cylindrical-coordinate representation of color #6B309F: hue angle of 271.89º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B309F is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10748159-
CMYK0.330.7000.38
HSL271.89º53.62%40.59%-
HSV(B)271.89º69.81%62.35%-
XYZ13.387.7433.59-
YUV78.3173.55148.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.08%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 159 (62.5% from 255) = 50.64%
R=34.08%
G=15.29%
B=50.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107481590.330.7000.38271.8953.6240.59
Hex6B309F21460261103629
Octal15360237411060464206651
Binary11010111100001001111110000110001100100110100010000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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