#6D429D

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

Shades of Royal Purple #6D429D

Tints of Royal Purple #6D429D

Color information

#6D429D (or 0x6D429D) is unknown color: approx Royal Purple. HEX triplet: 6D, 42 and 9D. RGB value is (109,66,157). Sum of RGB (Red+Green+Blue) = 109+66+157=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D429D is #92BD62. Grayscale: #585858. Windows color (decimal): -9616739 or 10306157. OLE color: 10306157.

HSL color Cylindrical-coordinate representation of color #6D429D: hue angle of 268.35º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D429D is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10966157-
CMYK0.310.5800.38
HSL268.35º40.81%43.73%-
HSV(B)268.35º57.96%61.57%-
XYZ14.349.5832.99-
YUV89.23166.25142.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.83%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=32.83%
G=19.88%
B=47.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109661570.310.5800.38268.3540.8143.73
Hex6D429D1F3A02610c292c
Octal15510223537720464145154
Binary1101101100001010011101111111110100100110100001100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,66,157); }

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

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

 a { background-color: rgb(109,66,157); }

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

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

 span { border-color: rgb(109,66,157); }

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