#6C389B

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

Shades of Royal Purple #6C389B

Tints of Royal Purple #6C389B

Color information

#6C389B (or 0x6C389B) is unknown color: approx Royal Purple. HEX triplet: 6C, 38 and 9B. RGB value is (108,56,155). Sum of RGB (Red+Green+Blue) = 108+56+155=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C389B is #93C764. Grayscale: #525252. Windows color (decimal): -9684837 or 10172524. OLE color: 10172524.

HSL color Cylindrical-coordinate representation of color #6C389B: hue angle of 271.52º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C389B is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10856155-
CMYK0.300.6400.39
HSL271.52º46.92%41.37%-
HSV(B)271.52º63.87%60.78%-
XYZ13.518.3831.92-
YUV82.83168.73145.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.86%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=33.86%
G=17.55%
B=48.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108561550.300.6400.39271.5246.9241.37
Hex6C389B1E400271102f29
Octal15470233361000474205751
Binary1101100111000100110111111010000000100111100010000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,56,155); }

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

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

 a { background-color: rgb(108,56,155); }

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

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

 span { border-color: rgb(108,56,155); }

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