#683CA1

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

Shades of Royal Purple #683CA1

Tints of Royal Purple #683CA1

Color information

#683CA1 (or 0x683CA1) is unknown color: approx Royal Purple. HEX triplet: 68, 3C and A1. RGB value is (104,60,161). Sum of RGB (Red+Green+Blue) = 104+60+161=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #683CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683CA1 is #97C35E. Grayscale: #545454. Windows color (decimal): -9945951 or 10566760. OLE color: 10566760.

HSL color Cylindrical-coordinate representation of color #683CA1: hue angle of 266.14º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #683CA1 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10460161-
CMYK0.350.6300.37
HSL266.14º45.7%43.33%-
HSV(B)266.14º62.73%63.14%-
XYZ13.768.7534.68-
YUV84.67171.08141.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 60 (23.83% from 255) = 18.46%
BLUE value IS 161 (63.28% from 255) = 49.54%
R=32%
G=18.46%
B=49.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal104601610.350.6300.37266.1445.743.33
Hex683CA1233F02510a2e2b
Octal1507424143770454125653
Binary1101000111100101000011000111111110100101100001010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683CA1; }

 p { color: rgb(104,60,161); }

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

<style>
 a { background-color: #683CA1; }

 a { background-color: rgb(104,60,161); }

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

<style>
 span { border-color: #683CA1; }

 span { border-color: rgb(104,60,161); }

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