#6D219C

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

Shades of Royal Purple #6D219C

Tints of Royal Purple #6D219C

Color information

#6D219C (or 0x6D219C) is unknown color: approx Royal Purple. HEX triplet: 6D, 21 and 9C. RGB value is (109,33,156). Sum of RGB (Red+Green+Blue) = 109+33+156=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D219C is #92DE63. Grayscale: #454545. Windows color (decimal): -9625188 or 10232173. OLE color: 10232173.

HSL color Cylindrical-coordinate representation of color #6D219C: hue angle of 277.07º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D219C is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10933156-
CMYK0.300.7900.39
HSL277.07º65.08%37.06%-
HSV(B)277.07º78.85%61.18%-
XYZ12.856.7432.08-
YUV69.75176.68156-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.58%
GREEN value IS 33 (13.28% from 255) = 11.07%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=36.58%
G=11.07%
B=52.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109331560.300.7900.39277.0765.0837.06
Hex6D219C1E4F0271154125
Octal155412343611704742510145
Binary11011011000011001110011110100111101001111000101011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,33,156); }

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

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

 a { background-color: rgb(109,33,156); }

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

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

 span { border-color: rgb(109,33,156); }

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