#6E33AB

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

Shades of Royal Purple #6E33AB

Tints of Royal Purple #6E33AB

Color information

#6E33AB (or 0x6E33AB) is unknown color: approx Royal Purple. HEX triplet: 6E, 33 and AB. RGB value is (110,51,171). Sum of RGB (Red+Green+Blue) = 110+51+171=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E33AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E33AB is #91CC54. Grayscale: #515151. Windows color (decimal): -9555029 or 11219822. OLE color: 11219822.

HSL color Cylindrical-coordinate representation of color #6E33AB: hue angle of 269.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E33AB is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11051171-
CMYK0.360.7000.33
HSL269.5º54.05%43.53%-
HSV(B)269.5º70.18%67.06%-
XYZ14.968.6239.4-
YUV82.32178.05147.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.13%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=33.13%
G=15.36%
B=51.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110511710.360.7000.33269.554.0543.53
Hex6E33AB244602110e362c
Octal15663253441060414166654
Binary11011101100111010101110010010001100100001100001110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E33AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,51,171); }

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

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

 a { background-color: rgb(110,51,171); }

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

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

 span { border-color: rgb(110,51,171); }

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