#6B2EAD

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

Shades of Royal Purple #6B2EAD

Tints of Royal Purple #6B2EAD

Color information

#6B2EAD (or 0x6B2EAD) is unknown color: approx Royal Purple. HEX triplet: 6B, 2E and AD. RGB value is (107,46,173). Sum of RGB (Red+Green+Blue) = 107+46+173=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B2EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2EAD is #94D152. Grayscale: #4E4E4E. Windows color (decimal): -9752915 or 11349611. OLE color: 11349611.

HSL color Cylindrical-coordinate representation of color #6B2EAD: hue angle of 268.82º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B2EAD is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10746173-
CMYK0.380.7300.32
HSL268.82º57.99%42.94%-
HSV(B)268.82º73.41%67.84%-
XYZ14.588.140.33-
YUV78.72181.21148.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.82%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=32.82%
G=14.11%
B=53.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107461730.380.7300.32268.8257.9942.94
Hex6B2EAD264902010d3a2b
Octal15356255461110404157253
Binary11010111011101010110110011010010010100000100001101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,46,173); }

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

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

 a { background-color: rgb(107,46,173); }

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

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

 span { border-color: rgb(107,46,173); }

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