#682893

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

Shades of Royal Purple #682893

Tints of Royal Purple #682893

Color information

#682893 (or 0x682893) is unknown color: approx Royal Purple. HEX triplet: 68, 28 and 93. RGB value is (104,40,147). Sum of RGB (Red+Green+Blue) = 104+40+147=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #682893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682893 is #97D76C. Grayscale: #464646. Windows color (decimal): -9951085 or 9644136. OLE color: 9644136.

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

Color convert

RGB10440147-
CMYK0.290.7300.42
HSL275.89º57.22%36.67%-
HSV(B)275.89º72.79%57.65%-
XYZ11.736.5728.25-
YUV71.33170.7151.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=35.74%
G=13.75%
B=50.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104401470.290.7300.42275.8957.2236.67
Hex6828931D4902A1143925
Octal15050223351110524247145
Binary1101000101000100100111110110010010101010100010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682893; }

 p { color: rgb(104,40,147); }

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

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

 a { background-color: rgb(104,40,147); }

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

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

 span { border-color: rgb(104,40,147); }

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