#6b33af

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

Shades of Royal Purple #6B33AF

Tints of Royal Purple #6B33AF

Color information

#6B33AF (or 0x6B33AF) is unknown color: approx Royal Purple. HEX triplet: 6B, 33 and AF. RGB value is (107,51,175). Sum of RGB (Red+Green+Blue) = 107+51+175=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B33AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B33AF is #94CC50. Grayscale: #515151. Windows color (decimal): -9751633 or 11481963. OLE color: 11481963.

HSL color Cylindrical-coordinate representation of color #6B33AF: hue angle of 267.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B33AF is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10751175-
CMYK0.390.7100.31
HSL267.1º54.87%44.31%-
HSV(B)267.1º70.86%68.63%-
XYZ14.998.5941.43-
YUV81.88180.55145.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=32.13%
G=15.32%
B=52.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107511750.390.7100.31267.154.8744.31
Hex6B33AF274701F10b372c
Octal15363257471070374136754
Binary1101011110011101011111001111000111011111100001011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b33af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,51,175); }

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

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

 a { background-color: rgb(107,51,175); }

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

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

 span { border-color: rgb(107,51,175); }

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