#682998

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

Shades of Royal Purple #682998

Tints of Royal Purple #682998

Color information

#682998 (or 0x682998) is unknown color: approx Royal Purple. HEX triplet: 68, 29 and 98. RGB value is (104,41,152). Sum of RGB (Red+Green+Blue) = 104+41+152=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #682998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682998 is #97D667. Grayscale: #484848. Windows color (decimal): -9950824 or 9972072. OLE color: 9972072.

HSL color Cylindrical-coordinate representation of color #682998: hue angle of 274.05º degrees, saturation: 0.58, 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 #682998 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10441152-
CMYK0.320.7300.40
HSL274.05º57.51%37.84%-
HSV(B)274.05º73.03%59.61%-
XYZ12.176.830.38-
YUV72.49172.87150.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 152 (59.77% from 255) = 51.18%
R=35.02%
G=13.80%
B=51.18%

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
Decimal104411520.320.7300.40274.0557.5137.84
Hex68299820490281123a26
Octal15051230401110504227246
Binary11010001010011001100010000010010010101000100010010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682998; }

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

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

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

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

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

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

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

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