#6D359C

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

Shades of Royal Purple #6D359C

Tints of Royal Purple #6D359C

Color information

#6D359C (or 0x6D359C) is unknown color: approx Royal Purple. HEX triplet: 6D, 35 and 9C. RGB value is (109,53,156). Sum of RGB (Red+Green+Blue) = 109+53+156=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D359C is #92CA63. Grayscale: #515151. Windows color (decimal): -9620068 or 10237293. OLE color: 10237293.

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

Color convert

RGB10953156-
CMYK0.300.6600.39
HSL272.62º49.28%40.98%-
HSV(B)272.62º66.03%61.18%-
XYZ13.588.232.32-
YUV81.49170.05147.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.28%
GREEN value IS 53 (21.09% from 255) = 16.67%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=34.28%
G=16.67%
B=49.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109531560.300.6600.39272.6249.2840.98
Hex6D359C1E420271113129
Octal15565234361020474216151
Binary1101101110101100111001111010000100100111100010001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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