#682996

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

Shades of Royal Purple #682996

Tints of Royal Purple #682996

Color information

#682996 (or 0x682996) is unknown color: approx Royal Purple. HEX triplet: 68, 29 and 96. RGB value is (104,41,150). Sum of RGB (Red+Green+Blue) = 104+41+150=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #682996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682996 is #97D669. Grayscale: #474747. Windows color (decimal): -9950826 or 9841000. OLE color: 9841000.

HSL color Cylindrical-coordinate representation of color #682996: hue angle of 274.68º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682996 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10441150-
CMYK0.310.7300.41
HSL274.68º57.07%37.45%-
HSV(B)274.68º72.67%58.82%-
XYZ12.016.7329.52-
YUV72.26171.87150.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 150 (58.98% from 255) = 50.85%
R=35.25%
G=13.90%
B=50.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104411500.310.7300.41274.6857.0737.45
Hex6829961F490291133925
Octal15051226371110514237145
Binary1101000101001100101101111110010010101001100010011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682996; }

 p { color: rgb(104,41,150); }

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

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

 a { background-color: rgb(104,41,150); }

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

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

 span { border-color: rgb(104,41,150); }

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