#6C3EAD

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

Shades of Royal Purple #6C3EAD

Tints of Royal Purple #6C3EAD

Color information

#6C3EAD (or 0x6C3EAD) is unknown color: approx Royal Purple. HEX triplet: 6C, 3E and AD. RGB value is (108,62,173). Sum of RGB (Red+Green+Blue) = 108+62+173=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C3EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3EAD is #93C152. Grayscale: #585858. Windows color (decimal): -9683283 or 11353708. OLE color: 11353708.

HSL color Cylindrical-coordinate representation of color #6C3EAD: hue angle of 264.86º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C3EAD is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10862173-
CMYK0.380.6400.32
HSL264.86º47.23%46.08%-
HSV(B)264.86º64.16%67.84%-
XYZ15.459.6540.58-
YUV88.41175.74141.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.49%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=31.49%
G=18.08%
B=50.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108621730.380.6400.32264.8647.2346.08
Hex6C3EAD26400201092f2e
Octal15476255461000404115756
Binary11011001111101010110110011010000000100000100001001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,62,173); }

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

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

 a { background-color: rgb(108,62,173); }

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

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

 span { border-color: rgb(108,62,173); }

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