#682C94

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

Shades of Royal Purple #682C94

Tints of Royal Purple #682C94

Color information

#682C94 (or 0x682C94) is unknown color: approx Royal Purple. HEX triplet: 68, 2C and 94. RGB value is (104,44,148). Sum of RGB (Red+Green+Blue) = 104+44+148=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #682C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682C94 is #97D36B. Grayscale: #494949. Windows color (decimal): -9950060 or 9710696. OLE color: 9710696.

HSL color Cylindrical-coordinate representation of color #682C94: hue angle of 274.62º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #682C94 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10444148-
CMYK0.300.7000.42
HSL274.62º54.17%37.65%-
HSV(B)274.62º70.27%58.04%-
XYZ11.956.8828.72-
YUV73.8169.88149.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 44 (17.58% from 255) = 14.86%
BLUE value IS 148 (58.20% from 255) = 50%
R=35.14%
G=14.86%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104441480.300.7000.42274.6254.1737.65
Hex682C941E4602A1133626
Octal15054224361060524236646
Binary1101000101100100101001111010001100101010100010011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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