#6B44AE

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

Shades of Royal Purple #6B44AE

Tints of Royal Purple #6B44AE

Color information

#6B44AE (or 0x6B44AE) is unknown color: approx Royal Purple. HEX triplet: 6B, 44 and AE. RGB value is (107,68,174). Sum of RGB (Red+Green+Blue) = 107+68+174=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B44AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B44AE is #94BB51. Grayscale: #5B5B5B. Windows color (decimal): -9747282 or 11420779. OLE color: 11420779.

HSL color Cylindrical-coordinate representation of color #6B44AE: hue angle of 262.08º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B44AE is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10768174-
CMYK0.390.6100.32
HSL262.08º43.8%47.45%-
HSV(B)262.08º60.92%68.24%-
XYZ15.7710.3241.2-
YUV91.74174.42138.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.66%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=30.66%
G=19.48%
B=49.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107681740.390.6100.32262.0843.847.45
Hex6B44AE273D0201062c2f
Octal15310425647750404065457
Binary11010111000100101011101001111111010100000100000110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,68,174); }

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

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

 a { background-color: rgb(107,68,174); }

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

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

 span { border-color: rgb(107,68,174); }

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