#6A449A

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

Shades of Royal Purple #6A449A

Tints of Royal Purple #6A449A

Color information

#6A449A (or 0x6A449A) is unknown color: approx Royal Purple. HEX triplet: 6A, 44 and 9A. RGB value is (106,68,154). Sum of RGB (Red+Green+Blue) = 106+68+154=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A449A is #95BB65. Grayscale: #585858. Windows color (decimal): -9812838 or 10110058. OLE color: 10110058.

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

Color convert

RGB10668154-
CMYK0.310.5600.40
HSL266.51º38.74%43.53%-
HSV(B)266.51º55.84%60.39%-
XYZ13.849.5331.68-
YUV89.17164.59140.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.32%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=32.32%
G=20.73%
B=46.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106681540.310.5600.40266.5138.7443.53
Hex6A449A1F3802810b272c
Octal15210423237700504134754
Binary1101010100010010011010111111110000101000100001011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,68,154); }

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

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

 a { background-color: rgb(106,68,154); }

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

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

 span { border-color: rgb(106,68,154); }

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