#6D30AB

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

Shades of Royal Purple #6D30AB

Tints of Royal Purple #6D30AB

Color information

#6D30AB (or 0x6D30AB) is unknown color: approx Royal Purple. HEX triplet: 6D, 30 and AB. RGB value is (109,48,171). Sum of RGB (Red+Green+Blue) = 109+48+171=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D30AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D30AB is #92CF54. Grayscale: #4F4F4F. Windows color (decimal): -9621333 or 11219053. OLE color: 11219053.

HSL color Cylindrical-coordinate representation of color #6D30AB: hue angle of 269.76º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D30AB is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10948171-
CMYK0.360.7200.33
HSL269.76º56.16%42.94%-
HSV(B)269.76º71.93%67.06%-
XYZ14.718.3139.36-
YUV80.26179.21148.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.23%
GREEN value IS 48 (19.14% from 255) = 14.63%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=33.23%
G=14.63%
B=52.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109481710.360.7200.33269.7656.1642.94
Hex6D30AB244802110e382b
Octal15560253441100414167053
Binary11011011100001010101110010010010000100001100001110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D30AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,48,171); }

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

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

 a { background-color: rgb(109,48,171); }

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

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

 span { border-color: rgb(109,48,171); }

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