#6B289B

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

Shades of Royal Purple #6B289B

Tints of Royal Purple #6B289B

Color information

#6B289B (or 0x6B289B) is unknown color: approx Royal Purple. HEX triplet: 6B, 28 and 9B. RGB value is (107,40,155). Sum of RGB (Red+Green+Blue) = 107+40+155=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B289B is #94D764. Grayscale: #484848. Windows color (decimal): -9754469 or 10168427. OLE color: 10168427.

HSL color Cylindrical-coordinate representation of color #6B289B: hue angle of 274.96º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B289B is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10740155-
CMYK0.310.7400.39
HSL274.96º58.97%38.24%-
HSV(B)274.96º74.19%60.78%-
XYZ12.747.0131.69-
YUV73.14174.2152.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.43%
GREEN value IS 40 (16.02% from 255) = 13.25%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=35.43%
G=13.25%
B=51.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107401550.310.7400.39274.9658.9738.24
Hex6B289B1F4A0271133b26
Octal15350233371120474237346
Binary1101011101000100110111111110010100100111100010011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,40,155); }

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

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

 a { background-color: rgb(107,40,155); }

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

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

 span { border-color: rgb(107,40,155); }

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