#682BA1

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

Shades of Royal Purple #682BA1

Tints of Royal Purple #682BA1

Color information

#682BA1 (or 0x682BA1) is unknown color: approx Royal Purple. HEX triplet: 68, 2B and A1. RGB value is (104,43,161). Sum of RGB (Red+Green+Blue) = 104+43+161=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 161 (63.28% from 255 or 52.27% from 308); Max value from RGB is 161 - color contains mainly: blue. Hex color #682BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682BA1 is #97D45E. Grayscale: #4A4A4A. Windows color (decimal): -9950303 or 10562408. OLE color: 10562408.

HSL color Cylindrical-coordinate representation of color #682BA1: hue angle of 271.02º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682BA1 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10443161-
CMYK0.350.7300.37
HSL271.02º57.84%40%-
HSV(B)271.02º73.29%63.14%-
XYZ13.017.2434.43-
YUV74.69176.71148.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 161 (63.28% from 255) = 52.27%
R=33.77%
G=13.96%
B=52.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal104431610.350.7300.37271.0257.8440
Hex682BA1234902510f3a28
Octal15053241431110454177250
Binary11010001010111010000110001110010010100101100001111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682BA1; }

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

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

<style>
 a { background-color: #682BA1; }

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

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

<style>
 span { border-color: #682BA1; }

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

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