#6A3D96

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

Shades of Royal Purple #6A3D96

Tints of Royal Purple #6A3D96

Color information

#6A3D96 (or 0x6A3D96) is unknown color: approx Royal Purple. HEX triplet: 6A, 3D and 96. RGB value is (106,61,150). Sum of RGB (Red+Green+Blue) = 106+61+150=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #6A3D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3D96 is #95C269. Grayscale: #545454. Windows color (decimal): -9814634 or 9846122. OLE color: 9846122.

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

Color convert

RGB10661150-
CMYK0.290.5900.41
HSL270.34º42.18%41.37%-
HSV(B)270.34º59.33%58.82%-
XYZ13.128.629.82-
YUV84.6164.91143.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 61 (24.22% from 255) = 19.24%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=33.44%
G=19.24%
B=47.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106611500.290.5900.41270.3442.1841.37
Hex6A3D961D3B02910e2a29
Octal1527522635730514165251
Binary110101011110110010110111011110110101001100001110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,61,150); }

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

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

 a { background-color: rgb(106,61,150); }

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

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

 span { border-color: rgb(106,61,150); }

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