#6A3CAB

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

Shades of Royal Purple #6A3CAB

Tints of Royal Purple #6A3CAB

Color information

#6A3CAB (or 0x6A3CAB) is unknown color: approx Royal Purple. HEX triplet: 6A, 3C and AB. RGB value is (106,60,171). Sum of RGB (Red+Green+Blue) = 106+60+171=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A3CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3CAB is #95C354. Grayscale: #565656. Windows color (decimal): -9814869 or 11222122. OLE color: 11222122.

HSL color Cylindrical-coordinate representation of color #6A3CAB: hue angle of 264.86º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A3CAB is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10660171-
CMYK0.380.6500.33
HSL264.86º48.05%45.29%-
HSV(B)264.86º64.91%67.06%-
XYZ14.919.2439.52-
YUV86.41175.74141.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.45%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=31.45%
G=17.80%
B=50.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106601710.380.6500.33264.8648.0545.29
Hex6A3CAB2641021109302d
Octal15274253461010414116055
Binary11010101111001010101110011010000010100001100001001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,60,171); }

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

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

 a { background-color: rgb(106,60,171); }

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

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

 span { border-color: rgb(106,60,171); }

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