#6B309E

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

Shades of Royal Purple #6B309E

Tints of Royal Purple #6B309E

Color information

#6B309E (or 0x6B309E) is unknown color: approx Royal Purple. HEX triplet: 6B, 30 and 9E. RGB value is (107,48,158). Sum of RGB (Red+Green+Blue) = 107+48+158=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B309E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B309E is #94CF61. Grayscale: #4D4D4D. Windows color (decimal): -9752418 or 10367083. OLE color: 10367083.

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

Color convert

RGB10748158-
CMYK0.320.7000.38
HSL272.18º53.4%40.39%-
HSV(B)272.18º69.62%61.96%-
XYZ13.297.7133.14-
YUV78.18173.05148.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.19%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=34.19%
G=15.34%
B=50.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107481580.320.7000.38272.1853.440.39
Hex6B309E20460261103528
Octal15360236401060464206550
Binary11010111100001001111010000010001100100110100010000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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