#682A98

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

Shades of Royal Purple #682A98

Tints of Royal Purple #682A98

Color information

#682A98 (or 0x682A98) is unknown color: approx Royal Purple. HEX triplet: 68, 2A and 98. RGB value is (104,42,152). Sum of RGB (Red+Green+Blue) = 104+42+152=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #682A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682A98 is #97D567. Grayscale: #484848. Windows color (decimal): -9950568 or 9972328. OLE color: 9972328.

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

Color convert

RGB10442152-
CMYK0.320.7200.40
HSL273.82º56.7%38.04%-
HSV(B)273.82º72.37%59.61%-
XYZ12.26.8730.39-
YUV73.08172.54150.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 42 (16.80% from 255) = 14.09%
BLUE value IS 152 (59.77% from 255) = 51.01%
R=34.90%
G=14.09%
B=51.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104421520.320.7200.40273.8256.738.04
Hex682A9820480281123926
Octal15052230401100504227146
Binary11010001010101001100010000010010000101000100010010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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