#682b98

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

Shades of Royal Purple #682B98

Tints of Royal Purple #682B98

Color information

#682B98 (or 0x682B98) is unknown color: approx Royal Purple. HEX triplet: 68, 2B and 98. RGB value is (104,43,152). Sum of RGB (Red+Green+Blue) = 104+43+152=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #682B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682B98 is #97D467. Grayscale: #494949. Windows color (decimal): -9950312 or 9972584. OLE color: 9972584.

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

Color convert

RGB10443152-
CMYK0.320.7200.40
HSL273.58º55.9%38.24%-
HSV(B)273.58º71.71%59.61%-
XYZ12.246.9430.4-
YUV73.67172.21149.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 43 (17.19% from 255) = 14.38%
BLUE value IS 152 (59.77% from 255) = 50.84%
R=34.78%
G=14.38%
B=50.84%

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
Decimal104431520.320.7200.40273.5855.938.24
Hex682B9820480281123826
Octal15053230401100504227046
Binary11010001010111001100010000010010000101000100010010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682b98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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