#6C3B98

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

Shades of Royal Purple #6C3B98

Tints of Royal Purple #6C3B98

Color information

#6C3B98 (or 0x6C3B98) is unknown color: approx Royal Purple. HEX triplet: 6C, 3B and 98. RGB value is (108,59,152). Sum of RGB (Red+Green+Blue) = 108+59+152=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C3B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3B98 is #93C467. Grayscale: #535353. Windows color (decimal): -9684072 or 9976684. OLE color: 9976684.

HSL color Cylindrical-coordinate representation of color #6C3B98: hue angle of 271.61º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C3B98 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10859152-
CMYK0.290.6100.40
HSL271.61º44.08%41.37%-
HSV(B)271.61º61.18%59.61%-
XYZ13.428.5830.66-
YUV84.25166.23144.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.86%
GREEN value IS 59 (23.44% from 255) = 18.50%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=33.86%
G=18.50%
B=47.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal108591520.290.6100.40271.6144.0841.37
Hex6C3B981D3D0281102c29
Octal1547323035750504205451
Binary110110011101110011000111011111010101000100010000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,59,152); }

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

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

 a { background-color: rgb(108,59,152); }

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

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

 span { border-color: rgb(108,59,152); }

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