#6C41B0

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

Shades of Royal Purple #6C41B0

Tints of Royal Purple #6C41B0

Color information

#6C41B0 (or 0x6C41B0) is unknown color: approx Royal Purple. HEX triplet: 6C, 41 and B0. RGB value is (108,65,176). Sum of RGB (Red+Green+Blue) = 108+65+176=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 176 (69.14% from 255 or 50.43% from 349); Max value from RGB is 176 - color contains mainly: blue. Hex color #6C41B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C41B0 is #93BE4F. Grayscale: #5A5A5A. Windows color (decimal): -9682512 or 11551084. OLE color: 11551084.

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

Color convert

RGB10865176-
CMYK0.390.6300.31
HSL263.24º46.06%47.25%-
HSV(B)263.24º63.07%69.02%-
XYZ15.9110.142.19-
YUV90.51176.25140.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.95%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 176 (69.14% from 255) = 50.43%
R=30.95%
G=18.62%
B=50.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108651760.390.6300.31263.2446.0647.25
Hex6C41B0273F01F1072e2f
Octal15410126047770374075657
Binary1101100100000110110000100111111111011111100000111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C41B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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