#6C3DB0

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

Shades of Royal Purple #6C3DB0

Tints of Royal Purple #6C3DB0

Color information

#6C3DB0 (or 0x6C3DB0) is unknown color: approx Royal Purple. HEX triplet: 6C, 3D and B0. RGB value is (108,61,176). Sum of RGB (Red+Green+Blue) = 108+61+176=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 176 (69.14% from 255 or 51.01% from 345); Max value from RGB is 176 - color contains mainly: blue. Hex color #6C3DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3DB0 is #93C24F. Grayscale: #575757. Windows color (decimal): -9683536 or 11550060. OLE color: 11550060.

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

Color convert

RGB10861176-
CMYK0.390.6500.31
HSL264.52º48.52%46.47%-
HSV(B)264.52º65.34%69.02%-
XYZ15.699.6642.11-
YUV88.16177.57142.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.30%
GREEN value IS 61 (24.22% from 255) = 17.68%
BLUE value IS 176 (69.14% from 255) = 51.01%
R=31.30%
G=17.68%
B=51.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108611760.390.6500.31264.5248.5246.47
Hex6C3DB0274101F109312e
Octal15475260471010374116156
Binary1101100111101101100001001111000001011111100001001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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