#682CA0

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

Shades of Royal Purple #682CA0

Tints of Royal Purple #682CA0

Color information

#682CA0 (or 0x682CA0) is unknown color: approx Royal Purple. HEX triplet: 68, 2C and A0. RGB value is (104,44,160). Sum of RGB (Red+Green+Blue) = 104+44+160=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #682CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682CA0 is #97D35F. Grayscale: #4A4A4A. Windows color (decimal): -9950048 or 10497128. OLE color: 10497128.

HSL color Cylindrical-coordinate representation of color #682CA0: hue angle of 271.03º degrees, saturation: 0.57, 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 #682CA0 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10444160-
CMYK0.350.7200.37
HSL271.03º56.86%40%-
HSV(B)271.03º72.5%62.75%-
XYZ12.957.2833.98-
YUV75.16175.88148.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 44 (17.58% from 255) = 14.29%
BLUE value IS 160 (62.89% from 255) = 51.95%
R=33.77%
G=14.29%
B=51.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal104441600.350.7200.37271.0356.8640
Hex682CA0234802510f3928
Octal15054240431100454177150
Binary11010001011001010000010001110010000100101100001111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,44,160); }

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

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

 a { background-color: rgb(104,44,160); }

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

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

 span { border-color: rgb(104,44,160); }

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