#6C399C

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

Shades of Royal Purple #6C399C

Tints of Royal Purple #6C399C

Color information

#6C399C (or 0x6C399C) is unknown color: approx Royal Purple. HEX triplet: 6C, 39 and 9C. RGB value is (108,57,156). Sum of RGB (Red+Green+Blue) = 108+57+156=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C399C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C399C is #93C663. Grayscale: #535353. Windows color (decimal): -9684580 or 10238316. OLE color: 10238316.

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

Color convert

RGB10857156-
CMYK0.310.6300.39
HSL270.91º46.48%41.76%-
HSV(B)270.91º63.46%61.18%-
XYZ13.658.5132.38-
YUV83.54168.9145.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 57 (22.66% from 255) = 17.76%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=33.64%
G=17.76%
B=48.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108571560.310.6300.39270.9146.4841.76
Hex6C399C1F3F02710f2e2a
Octal1547123437770474175652
Binary110110011100110011100111111111110100111100001111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,57,156); }

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

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

 a { background-color: rgb(108,57,156); }

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

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

 span { border-color: rgb(108,57,156); }

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