#6B299A

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

Shades of Royal Purple #6B299A

Tints of Royal Purple #6B299A

Color information

#6B299A (or 0x6B299A) is unknown color: approx Royal Purple. HEX triplet: 6B, 29 and 9A. RGB value is (107,41,154). Sum of RGB (Red+Green+Blue) = 107+41+154=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B299A is #94D665. Grayscale: #494949. Windows color (decimal): -9754214 or 10103147. OLE color: 10103147.

HSL color Cylindrical-coordinate representation of color #6B299A: hue angle of 275.04º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B299A is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10741154-
CMYK0.310.7300.40
HSL275.04º57.95%38.24%-
HSV(B)275.04º73.38%60.39%-
XYZ12.697.0431.26-
YUV73.62173.37151.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.43%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 154 (60.55% from 255) = 50.99%
R=35.43%
G=13.58%
B=50.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal107411540.310.7300.40275.0457.9538.24
Hex6B299A1F490281133a26
Octal15351232371110504237246
Binary1101011101001100110101111110010010101000100010011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,41,154); }

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

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

 a { background-color: rgb(107,41,154); }

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

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

 span { border-color: rgb(107,41,154); }

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