#6D279C

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

Shades of Royal Purple #6D279C

Tints of Royal Purple #6D279C

Color information

#6D279C (or 0x6D279C) is unknown color: approx Royal Purple. HEX triplet: 6D, 27 and 9C. RGB value is (109,39,156). Sum of RGB (Red+Green+Blue) = 109+39+156=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D279C is #92D863. Grayscale: #484848. Windows color (decimal): -9623652 or 10233709. OLE color: 10233709.

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

Color convert

RGB10939156-
CMYK0.300.7500.39
HSL275.9º60%38.24%-
HSV(B)275.9º75%61.18%-
XYZ13.037.132.14-
YUV73.27174.69153.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.86%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 156 (61.33% from 255) = 51.32%
R=35.86%
G=12.83%
B=51.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109391560.300.7500.39275.96038.24
Hex6D279C1E4B0271143c26
Octal15547234361130474247446
Binary1101101100111100111001111010010110100111100010100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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