#6C3FB0

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

Shades of Royal Purple #6C3FB0

Tints of Royal Purple #6C3FB0

Color information

#6C3FB0 (or 0x6C3FB0) is unknown color: approx Royal Purple. HEX triplet: 6C, 3F and B0. RGB value is (108,63,176). Sum of RGB (Red+Green+Blue) = 108+63+176=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 176 (69.14% from 255 or 50.72% from 347); Max value from RGB is 176 - color contains mainly: blue. Hex color #6C3FB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3FB0 is #93C04F. Grayscale: #585858. Windows color (decimal): -9683024 or 11550572. OLE color: 11550572.

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

Color convert

RGB10863176-
CMYK0.390.6400.31
HSL263.89º47.28%46.86%-
HSV(B)263.89º64.2%69.02%-
XYZ15.89.8842.15-
YUV89.34176.91141.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.12%
GREEN value IS 63 (25% from 255) = 18.16%
BLUE value IS 176 (69.14% from 255) = 50.72%
R=31.12%
G=18.16%
B=50.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108631760.390.6400.31263.8947.2846.86
Hex6C3FB0274001F1082f2f
Octal15477260471000374105757
Binary1101100111111101100001001111000000011111100001000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,63,176); }

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

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

 a { background-color: rgb(108,63,176); }

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

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

 span { border-color: rgb(108,63,176); }

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