#682A9A

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

Shades of Royal Purple #682A9A

Tints of Royal Purple #682A9A

Color information

#682A9A (or 0x682A9A) is unknown color: approx Royal Purple. HEX triplet: 68, 2A and 9A. RGB value is (104,42,154). Sum of RGB (Red+Green+Blue) = 104+42+154=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #682A9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682A9A is #97D565. Grayscale: #484848. Windows color (decimal): -9950566 or 10103400. OLE color: 10103400.

HSL color Cylindrical-coordinate representation of color #682A9A: hue angle of 273.21º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682A9A is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10442154-
CMYK0.320.7300.40
HSL273.21º57.14%38.43%-
HSV(B)273.21º72.73%60.39%-
XYZ12.376.9331.26-
YUV73.31173.54149.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 42 (16.80% from 255) = 14%
BLUE value IS 154 (60.55% from 255) = 51.33%
R=34.67%
G=14%
B=51.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104421540.320.7300.40273.2157.1438.43
Hex682A9A20490281113926
Octal15052232401110504217146
Binary11010001010101001101010000010010010101000100010001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,42,154); }

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

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

 a { background-color: rgb(104,42,154); }

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

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

 span { border-color: rgb(104,42,154); }

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