#6D2FA5

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

Shades of Royal Purple #6D2FA5

Tints of Royal Purple #6D2FA5

Color information

#6D2FA5 (or 0x6D2FA5) is unknown color: approx Royal Purple. HEX triplet: 6D, 2F and A5. RGB value is (109,47,165). Sum of RGB (Red+Green+Blue) = 109+47+165=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #6D2FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2FA5 is #92D05A. Grayscale: #4E4E4E. Windows color (decimal): -9621595 or 10825581. OLE color: 10825581.

HSL color Cylindrical-coordinate representation of color #6D2FA5: hue angle of 271.53º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D2FA5 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10947165-
CMYK0.340.7200.35
HSL271.53º55.66%41.57%-
HSV(B)271.53º71.52%64.71%-
XYZ14.11836.4-
YUV78.99176.54149.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 47 (18.75% from 255) = 14.64%
BLUE value IS 165 (64.84% from 255) = 51.40%
R=33.96%
G=14.64%
B=51.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal109471650.340.7200.35271.5355.6641.57
Hex6D2FA52248023110382a
Octal15557245421100434207052
Binary11011011011111010010110001010010000100011100010000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,47,165); }

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

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

 a { background-color: rgb(109,47,165); }

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

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

 span { border-color: rgb(109,47,165); }

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