#6A4195

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

Shades of Royal Purple #6A4195

Tints of Royal Purple #6A4195

Color information

#6A4195 (or 0x6A4195) is unknown color: approx Royal Purple. HEX triplet: 6A, 41 and 95. RGB value is (106,65,149). Sum of RGB (Red+Green+Blue) = 106+65+149=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A4195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4195 is #95BE6A. Grayscale: #565656. Windows color (decimal): -9813611 or 9781610. OLE color: 9781610.

HSL color Cylindrical-coordinate representation of color #6A4195: hue angle of 269.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A4195 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10665149-
CMYK0.290.5600.42
HSL269.29º39.25%41.96%-
HSV(B)269.29º56.38%58.43%-
XYZ13.269.0129.47-
YUV86.84163.08141.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.12%
GREEN value IS 65 (25.78% from 255) = 20.31%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=33.12%
G=20.31%
B=46.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106651490.290.5600.42269.2939.2541.96
Hex6A41951D3802A10d272a
Octal15210122535700524154752
Binary1101010100000110010101111011110000101010100001101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,65,149); }

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

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

 a { background-color: rgb(106,65,149); }

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

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

 span { border-color: rgb(106,65,149); }

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