#6F33AB

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

Shades of Royal Purple #6F33AB

Tints of Royal Purple #6F33AB

Color information

#6F33AB (or 0x6F33AB) is unknown color: approx Royal Purple. HEX triplet: 6F, 33 and AB. RGB value is (111,51,171). Sum of RGB (Red+Green+Blue) = 111+51+171=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F33AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F33AB is #90CC54. Grayscale: #525252. Windows color (decimal): -9489493 or 11219823. OLE color: 11219823.

HSL color Cylindrical-coordinate representation of color #6F33AB: hue angle of 270º 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 #6F33AB is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11151171-
CMYK0.350.7000.33
HSL270º54.05%43.53%-
HSV(B)270º70.18%67.06%-
XYZ15.098.6939.41-
YUV82.62177.88148.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.33%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=33.33%
G=15.32%
B=51.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111511710.350.7000.3327054.0543.53
Hex6F33AB234602110e362c
Octal15763253431060414166654
Binary11011111100111010101110001110001100100001100001110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F33AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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