#682CAA

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

Shades of Royal Purple #682CAA

Tints of Royal Purple #682CAA

Color information

#682CAA (or 0x682CAA) is unknown color: approx Royal Purple. HEX triplet: 68, 2C and AA. RGB value is (104,44,170). Sum of RGB (Red+Green+Blue) = 104+44+170=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #682CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682CAA is #97D355. Grayscale: #4B4B4B. Windows color (decimal): -9950038 or 11152488. OLE color: 11152488.

HSL color Cylindrical-coordinate representation of color #682CAA: hue angle of 268.57º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #682CAA is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10444170-
CMYK0.390.7400.33
HSL268.57º58.88%41.96%-
HSV(B)268.57º74.12%66.67%-
XYZ13.877.6538.78-
YUV76.3180.88147.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 44 (17.58% from 255) = 13.84%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=32.70%
G=13.84%
B=53.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104441700.390.7400.33268.5758.8841.96
Hex682CAA274A02110d3b2a
Octal15054252471120414157352
Binary11010001011001010101010011110010100100001100001101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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