#6C3B8C

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

Shades of Royal Purple #6C3B8C

Tints of Royal Purple #6C3B8C

Color information

#6C3B8C (or 0x6C3B8C) is unknown color: approx Royal Purple. HEX triplet: 6C, 3B and 8C. RGB value is (108,59,140). Sum of RGB (Red+Green+Blue) = 108+59+140=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C3B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3B8C is #93C473. Grayscale: #525252. Windows color (decimal): -9684084 or 9190252. OLE color: 9190252.

HSL color Cylindrical-coordinate representation of color #6C3B8C: hue angle of 276.3º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C3B8C is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10859140-
CMYK0.230.5800.45
HSL276.3º40.7%39.02%-
HSV(B)276.3º57.86%54.9%-
XYZ12.488.2125.74-
YUV82.88160.23145.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 59 (23.44% from 255) = 19.22%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=35.18%
G=19.22%
B=45.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108591400.230.5800.45276.340.739.02
Hex6C3B8C173A02D1142927
Octal1547321427720554245147
Binary110110011101110001100101111110100101101100010100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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