#6d39af

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

Shades of Royal Purple #6D39AF

Tints of Royal Purple #6D39AF

Color information

#6D39AF (or 0x6D39AF) is unknown color: approx Royal Purple. HEX triplet: 6D, 39 and AF. RGB value is (109,57,175). Sum of RGB (Red+Green+Blue) = 109+57+175=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D39AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D39AF is #92C650. Grayscale: #555555. Windows color (decimal): -9619025 or 11483501. OLE color: 11483501.

HSL color Cylindrical-coordinate representation of color #6D39AF: hue angle of 266.44º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D39AF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10957175-
CMYK0.380.6700.31
HSL266.44º50.86%45.49%-
HSV(B)266.44º67.43%68.63%-
XYZ15.519.2741.53-
YUV86178.23144.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.96%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 175 (68.75% from 255) = 51.32%
R=31.96%
G=16.72%
B=51.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109571750.380.6700.31266.4450.8645.49
Hex6D39AF264301F10a332d
Octal15571257461030374126355
Binary1101101111001101011111001101000011011111100001010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d39af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,57,175); }

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

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

 a { background-color: rgb(109,57,175); }

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

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

 span { border-color: rgb(109,57,175); }

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